summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs/null_vfsops.c
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2005-03-24 07:36:16 +0000
committerjeff <jeff@FreeBSD.org>2005-03-24 07:36:16 +0000
commit226bf6ead4eae284f20c2e0b92f5dd66207a9854 (patch)
treed9054fa7f8d4f79ec2995ff851d64982c658aa72 /sys/fs/nullfs/null_vfsops.c
parentc9591f9ecde6c2dcb84b934b65b4ffb61817f2d8 (diff)
downloadFreeBSD-src-226bf6ead4eae284f20c2e0b92f5dd66207a9854.zip
FreeBSD-src-226bf6ead4eae284f20c2e0b92f5dd66207a9854.tar.gz
- Update vfs_root implementations to match the new prototype. None of
these filesystems will support shared locks until they are explicitly modified to do so. Careful review must be done to ensure that this is safe for each individual filesystem. Sponsored by: Isilon Systems, Inc.
Diffstat (limited to 'sys/fs/nullfs/null_vfsops.c')
-rw-r--r--sys/fs/nullfs/null_vfsops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/fs/nullfs/null_vfsops.c b/sys/fs/nullfs/null_vfsops.c
index ad6e1e9..56b826c 100644
--- a/sys/fs/nullfs/null_vfsops.c
+++ b/sys/fs/nullfs/null_vfsops.c
@@ -223,8 +223,9 @@ nullfs_unmount(mp, mntflags, td)
}
static int
-nullfs_root(mp, vpp, td)
+nullfs_root(mp, flags, vpp, td)
struct mount *mp;
+ int flags;
struct vnode **vpp;
struct thread *td;
{
OpenPOWER on IntegriCloud