summaryrefslogtreecommitdiffstats
path: root/sys/nwfs/nwfs_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nwfs/nwfs_vfsops.c')
-rw-r--r--sys/nwfs/nwfs_vfsops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/nwfs/nwfs_vfsops.c b/sys/nwfs/nwfs_vfsops.c
index f99bba7..5e7c597 100644
--- a/sys/nwfs/nwfs_vfsops.c
+++ b/sys/nwfs/nwfs_vfsops.c
@@ -93,7 +93,8 @@ static struct vfsops nwfs_vfsops = {
vfs_stdcheckexp,
vfs_stdvptofh, /* shouldn't happen */
nwfs_init,
- nwfs_uninit
+ nwfs_uninit,
+ vfs_stdextattrctl,
};
OpenPOWER on IntegriCloud