diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-09-05 17:13:28 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-09-05 17:13:28 +0000 |
| commit | e99ea9ec2be47cffc3395d3ee541a26d92ea8ae1 (patch) | |
| tree | 3940dc4b3d8e050accd344c315ae0c8bdf8547f2 /sys/nfs/nfs_vfsops.c | |
| parent | 5f8d88ddd6ea894a96e97387b0f69803bb2cc4f2 (diff) | |
Notes
Diffstat (limited to 'sys/nfs/nfs_vfsops.c')
| -rw-r--r-- | sys/nfs/nfs_vfsops.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c index c59201717aff..ae40bc9bbde7 100644 --- a/sys/nfs/nfs_vfsops.c +++ b/sys/nfs/nfs_vfsops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vfsops.c 8.12 (Berkeley) 5/20/95 - * $Id: nfs_vfsops.c,v 1.72 1998/06/07 17:12:30 dfr Exp $ + * $Id: nfs_vfsops.c,v 1.73 1998/08/12 20:17:42 bde Exp $ */ #include <sys/param.h> @@ -131,7 +131,9 @@ static struct vfsops nfs_vfsops = { nfs_vget, nfs_fhtovp, nfs_vptofh, - nfs_init + nfs_init, + 0, + &sysctl___vfs_nfs }; VFS_SET(nfs_vfsops, nfs, MOUNT_NFS, VFCF_NETWORK); |
