summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda/coda_vfsops.c
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2005-03-24 07:39:03 +0000
committerjeff <jeff@FreeBSD.org>2005-03-24 07:39:03 +0000
commit56f1fc71890fea1c816625e7aec103c5369f7903 (patch)
treed5cbecebcb2ab6c20d4bc8b56080893a52544674 /sys/fs/coda/coda_vfsops.c
parent226bf6ead4eae284f20c2e0b92f5dd66207a9854 (diff)
downloadFreeBSD-src-56f1fc71890fea1c816625e7aec103c5369f7903.zip
FreeBSD-src-56f1fc71890fea1c816625e7aec103c5369f7903.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/coda/coda_vfsops.c')
-rw-r--r--sys/fs/coda/coda_vfsops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/fs/coda/coda_vfsops.c b/sys/fs/coda/coda_vfsops.c
index 5ba4395..c73d364 100644
--- a/sys/fs/coda/coda_vfsops.c
+++ b/sys/fs/coda/coda_vfsops.c
@@ -268,8 +268,9 @@ coda_unmount(vfsp, mntflags, td)
* find root of cfs
*/
int
-coda_root(vfsp, vpp, td)
+coda_root(vfsp, flags, vpp, td)
struct mount *vfsp;
+ int flags;
struct vnode **vpp;
struct thread *td;
{
OpenPOWER on IntegriCloud