diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-05-06 05:29:41 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-05-06 05:29:41 +0000 |
| commit | 79cc756d8b01ed6a729baa0e22fa602fe34f737d (patch) | |
| tree | 72591e2042fd1a48dde8a7211764ace14d4ac2ef /sys/nfsclient/nfs_vfsops.c | |
| parent | 8fddb21ee27a8678b04fef7168368e925b98caa3 (diff) | |
Notes
Diffstat (limited to 'sys/nfsclient/nfs_vfsops.c')
| -rw-r--r-- | sys/nfsclient/nfs_vfsops.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfsclient/nfs_vfsops.c b/sys/nfsclient/nfs_vfsops.c index 3af6f40c0b12..e108dcf7486e 100644 --- a/sys/nfsclient/nfs_vfsops.c +++ b/sys/nfsclient/nfs_vfsops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vfsops.c 8.12 (Berkeley) 5/20/95 - * $Id: nfs_vfsops.c,v 1.56 1998/03/14 03:25:18 tegge Exp $ + * $Id: nfs_vfsops.c,v 1.57 1998/03/30 09:54:23 phk Exp $ */ #include <sys/param.h> @@ -124,7 +124,6 @@ static struct vfsops nfs_vfsops = { nfs_statfs, nfs_sync, nfs_vget, - vfs_vrele, nfs_fhtovp, nfs_vptofh, nfs_init |
