From 4b6baecfc724bac12be9de99924e828b1e68046e Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 19 Dec 1999 06:08:07 +0000 Subject: Second pass commit to introduce new ACL and Extended Attribute system calls, vnops, vfsops, both in /kern, and to individual file systems that require a vfsop_ array entry. Reviewed by: eivind --- sys/nwfs/nwfs_vfsops.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/nwfs') 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, }; -- cgit v1.1