There's not much point in the EXPORTMFS #ifdef. I've had this sitting
in my tree for 12+ months, and I just noticed that NetBSD have (I think, I've just seen the commit, not the change) just zapped it there. It wasn't in the options files or LINT either.
This commit is contained in:
parent
16f9c40248
commit
fa8e1794b5
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)mfs_vfsops.c 8.11 (Berkeley) 6/19/95
|
||||
* $Id: mfs_vfsops.c,v 1.56 1999/01/28 00:57:54 dillon Exp $
|
||||
* $Id: mfs_vfsops.c,v 1.57 1999/03/12 00:44:03 julian Exp $
|
||||
*/
|
||||
|
||||
|
||||
@ -285,7 +285,6 @@ mfs_mount(mp, path, data, ndp, p)
|
||||
}
|
||||
if (fs->fs_ronly && (mp->mnt_kern_flag & MNTK_WANTRDWR))
|
||||
fs->fs_ronly = 0;
|
||||
#ifdef EXPORTMFS
|
||||
/* if not updating name...*/
|
||||
if (args.fspec == 0) {
|
||||
/*
|
||||
@ -295,7 +294,6 @@ mfs_mount(mp, path, data, ndp, p)
|
||||
err = vfs_export(mp, &ump->um_export, &args.export);
|
||||
goto success;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* XXX MFS does not support name updating*/
|
||||
goto success;
|
||||
|
Loading…
x
Reference in New Issue
Block a user