Module Name:    src
Committed By:   ad
Date:           Fri Apr 10 22:26:55 UTC 2009

Modified Files:
        src/lib/libc/sys: mount.2

Log Message:
softdep is gone


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/lib/libc/sys/mount.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/mount.2
diff -u src/lib/libc/sys/mount.2:1.42 src/lib/libc/sys/mount.2:1.43
--- src/lib/libc/sys/mount.2:1.42	Sun Mar 15 08:04:12 2009
+++ src/lib/libc/sys/mount.2	Fri Apr 10 22:26:55 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mount.2,v 1.42 2009/03/15 08:04:12 joerg Exp $
+.\"	$NetBSD: mount.2,v 1.43 2009/04/10 22:26:55 ad Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)mount.2	8.3 (Berkeley) 5/24/95
 .\"
-.Dd July 14, 2007
+.Dd April 10, 2009
 .Dt MOUNT 2
 .Os
 .Sh NAME
@@ -112,20 +112,8 @@
 but at a cost of making the filesystem likely to be
 completely unrecoverable should the system crash while
 unwritten data is pending in kernel buffers.
-.It Dv MNT_SOFTDEP
-Use soft dependencies.
-This enhanced system performance in many cases compared
-to a default mount, i.e. one neither
-.Dv MNT_ASYNC
-nor
-.Dv MNT_SYNCHRONOUS ,
-by carefully sequencing meta-data writes to achieve the
-effect achieved by a default mount causing many meta-data
-writes to be synchronous.
 .It Dv MNT_LOG
 Use a filesystem journal.
-This is incompatible with, and overrides,
-.Dv MNT_SOFTDEP .
 .Dv MNT_LOG
 causes a journal (or log) to be created in the
 filesystem, creating a record of meta-data writes to be

Reply via email to