diff options
Diffstat (limited to 'sys/ufs/mfs/mfs_vfsops.c')
| -rw-r--r-- | sys/ufs/mfs/mfs_vfsops.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ufs/mfs/mfs_vfsops.c b/sys/ufs/mfs/mfs_vfsops.c index 735e531ae801..d0d663e09bef 100644 --- a/sys/ufs/mfs/mfs_vfsops.c +++ b/sys/ufs/mfs/mfs_vfsops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mfs_vfsops.c 8.11 (Berkeley) 6/19/95 - * $Id: mfs_vfsops.c,v 1.40 1998/02/09 06:11:08 eivind Exp $ + * $Id: mfs_vfsops.c,v 1.41 1998/03/01 22:46:53 msmith Exp $ */ #include "opt_mfs.h" @@ -95,7 +95,6 @@ static struct vfsops mfs_vfsops = { mfs_statfs, ffs_sync, ffs_vget, - vfs_vrele, ffs_fhtovp, ffs_vptofh, mfs_init, |
