From 226bf6ead4eae284f20c2e0b92f5dd66207a9854 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 24 Mar 2005 07:36:16 +0000 Subject: - 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. --- sys/fs/fdescfs/fdesc_vfsops.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/fs/fdescfs') diff --git a/sys/fs/fdescfs/fdesc_vfsops.c b/sys/fs/fdescfs/fdesc_vfsops.c index e9bb5c7..ebd17a4 100644 --- a/sys/fs/fdescfs/fdesc_vfsops.c +++ b/sys/fs/fdescfs/fdesc_vfsops.c @@ -126,8 +126,9 @@ fdesc_unmount(mp, mntflags, td) } static int -fdesc_root(mp, vpp, td) +fdesc_root(mp, flags, vpp, td) struct mount *mp; + int flags; struct vnode **vpp; struct thread *td; { -- cgit v1.1