note that we're synced with ufs_vnops.c -r1.217 and ufsmount.h -r1.41

(those changes removed lfs hooks from ufs so shouldn't be merged across)
This commit is contained in:
dholland 2016-06-19 22:11:55 +00:00
parent 9f92c8d0b9
commit eb8a2a8425
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/* $NetBSD: ulfs_vnops.c,v 1.37 2016/06/19 22:07:17 dholland Exp $ */
/* from NetBSD: ufs_vnops.c,v 1.216 2013/06/16 00:13:58 dholland Exp */
/* $NetBSD: ulfs_vnops.c,v 1.38 2016/06/19 22:11:55 dholland Exp $ */
/* from NetBSD: ufs_vnops.c,v 1.217 2013/08/11 04:36:17 dholland 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.37 2016/06/19 22:07:17 dholland Exp $");
__KERNEL_RCSID(0, "$NetBSD: ulfs_vnops.c,v 1.38 2016/06/19 22:11:55 dholland Exp $");
#if defined(_KERNEL_OPT)
#include "opt_lfs.h"

View File

@ -1,5 +1,5 @@
/* $NetBSD: ulfsmount.h,v 1.15 2016/06/19 21:58:42 dholland Exp $ */
/* from NetBSD: ufsmount.h,v 1.40 2013/06/16 13:33:30 hannken Exp */
/* $NetBSD: ulfsmount.h,v 1.16 2016/06/19 22:11:55 dholland Exp $ */
/* from NetBSD: ufsmount.h,v 1.41 2013/08/11 04:36:17 dholland Exp */
/*
* Copyright (c) 1982, 1986, 1989, 1993