Source-Changes-HG archive

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

[src/trunk]: src/sys/ntfs No need to clear SI_MOUNTEDON on mount failure. We...



details:   https://anonhg.NetBSD.org/src/rev/8c0e5fe471e2
branches:  trunk
changeset: 477538:8c0e5fe471e2
user:      enami <enami%NetBSD.org@localhost>
date:      Wed Oct 20 14:25:42 1999 +0000

description:
No need to clear SI_MOUNTEDON on mount failure.  We make sure that it
is not set on start of mounting and never set unless success to mount.

diffstat:

 sys/ntfs/ntfs_vfsops.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 44c344024c08 -r 8c0e5fe471e2 sys/ntfs/ntfs_vfsops.c
--- a/sys/ntfs/ntfs_vfsops.c    Wed Oct 20 14:21:10 1999 +0000
+++ b/sys/ntfs/ntfs_vfsops.c    Wed Oct 20 14:25:42 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ntfs_vfsops.c,v 1.18 1999/10/17 10:18:15 jdolecek Exp $        */
+/*     $NetBSD: ntfs_vfsops.c,v 1.19 1999/10/20 14:25:42 enami Exp $   */
 
 /*-
  * Copyright (c) 1998, 1999 Semen Ustimenko
@@ -601,8 +601,6 @@
 out:
 #if defined(__FreeBSD__)
        devvp->v_specmountpoint = NULL;
-#else
-       devvp->v_specflags &= ~SI_MOUNTEDON;
 #endif
        if (bp)
                brelse(bp);



Home | Main Index | Thread Index | Old Index