diff options
Diffstat (limited to 'sys/coda/coda_vfsops.c')
-rw-r--r-- | sys/coda/coda_vfsops.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c index 04cf95b..7450c97 100644 --- a/sys/coda/coda_vfsops.c +++ b/sys/coda/coda_vfsops.c @@ -534,7 +534,9 @@ struct vfsops coda_vfsops = { vfs_stdfhtovp, vfs_stdcheckexp, vfs_stdvptofh, - vfs_stdinit + vfs_stdinit, + vfs_stduninit, + vfs_stdextattrctl, }; VFS_SET(coda_vfsops, coda, VFCF_NETWORK); |