diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 1999-12-19 06:08:07 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 1999-12-19 06:08:07 +0000 |
| commit | 91f37dcba1648b1f24e2913c3ab78fc4eae35991 (patch) | |
| tree | 433e8c666e5e40e6718b75b8dea03e89c87cf17b /sys/nfs/nfs_vfsops.c | |
| parent | ef351daa32c4ddea1b65bdda2844b932e6c2eb2b (diff) | |
Notes
Diffstat (limited to 'sys/nfs/nfs_vfsops.c')
| -rw-r--r-- | sys/nfs/nfs_vfsops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c index 8a0c36869410..9ddb428a553a 100644 --- a/sys/nfs/nfs_vfsops.c +++ b/sys/nfs/nfs_vfsops.c @@ -126,6 +126,7 @@ static struct vfsops nfs_vfsops = { vfs_stdvptofh, /* shouldn't happen */ nfs_init, nfs_uninit, + vfs_stdextattrctl, }; VFS_SET(nfs_vfsops, nfs, VFCF_NETWORK); |
