With the previous we seem to have the changes from -r1.225 of ufs_vnops.c.

(as that was stuff from moving ffs to the new vcache and lfs has also been
moved, this is not surprising)
This commit is contained in:
dholland 2016-06-20 02:42:08 +00:00
parent 086154049b
commit d3a125a547
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: lfs_vnops.c,v 1.300 2016/06/20 02:33:01 dholland Exp $ */
/* $NetBSD: lfs_vnops.c,v 1.301 2016/06/20 02:42:08 dholland Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001, 2002, 2003 The NetBSD Foundation, Inc.
@ -59,7 +59,7 @@
* @(#)lfs_vnops.c 8.13 (Berkeley) 6/10/95
*/
/* from NetBSD: ufs_vnops.c,v 1.224 2014/10/29 01:13:28 christos Exp */
/* from NetBSD: ufs_vnops.c,v 1.225 2015/03/17 09:39:29 hannken Exp */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
* All rights reserved.
@ -125,7 +125,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: lfs_vnops.c,v 1.300 2016/06/20 02:33:01 dholland Exp $");
__KERNEL_RCSID(0, "$NetBSD: lfs_vnops.c,v 1.301 2016/06/20 02:42:08 dholland Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"

View File

@ -1,5 +1,5 @@
/* $NetBSD: ulfs_vnops.c,v 1.42 2016/06/20 02:31:47 dholland Exp $ */
/* from NetBSD: ufs_vnops.c,v 1.224 2014/10/29 01:13:28 christos Exp */
/* $NetBSD: ulfs_vnops.c,v 1.43 2016/06/20 02:42:08 dholland Exp $ */
/* from NetBSD: ufs_vnops.c,v 1.225 2015/03/17 09:39:29 hannken Exp */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@ -67,7 +67,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ulfs_vnops.c,v 1.42 2016/06/20 02:31:47 dholland Exp $");
__KERNEL_RCSID(0, "$NetBSD: ulfs_vnops.c,v 1.43 2016/06/20 02:42:08 dholland Exp $");
#if defined(_KERNEL_OPT)
#include "opt_lfs.h"