Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/ufs/mfs It was silly to not make this exportable.



details:   https://anonhg.NetBSD.org/src/rev/0ae68d0fedba
branches:  trunk
changeset: 471549:0ae68d0fedba
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sun Apr 04 18:15:58 1999 +0000

description:
It was silly to not make this exportable.

diffstat:

 sys/ufs/mfs/mfs_vfsops.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 8a592360671d -r 0ae68d0fedba sys/ufs/mfs/mfs_vfsops.c
--- a/sys/ufs/mfs/mfs_vfsops.c  Sun Apr 04 17:17:31 1999 +0000
+++ b/sys/ufs/mfs/mfs_vfsops.c  Sun Apr 04 18:15:58 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mfs_vfsops.c,v 1.19 1999/02/26 23:44:50 wrstuden Exp $ */
+/*     $NetBSD: mfs_vfsops.c,v 1.20 1999/04/04 18:15:58 mycroft Exp $  */
 
 /*
  * Copyright (c) 1989, 1990, 1993, 1994
@@ -227,10 +227,8 @@
                }
                if (fs->fs_ronly && (mp->mnt_flag & MNT_WANTRDWR))
                        fs->fs_ronly = 0;
-#ifdef EXPORTMFS
                if (args.fspec == 0)
                        return (vfs_export(mp, &ump->um_export, &args.export));
-#endif
                return (0);
        }
        error = getnewvnode(VT_MFS, (struct mount *)0, mfs_vnodeop_p, &devvp);



Home | Main Index | Thread Index | Old Index