Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Omit description of fstrans_mount/unmount too.



details:   https://anonhg.NetBSD.org/src/rev/cf92bbb9f290
branches:  trunk
changeset: 824239:cf92bbb9f290
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon May 29 01:51:55 2017 +0000

description:
Omit description of fstrans_mount/unmount too.

diffstat:

 share/man/man9/fstrans.9 |  27 +--------------------------
 1 files changed, 1 insertions(+), 26 deletions(-)

diffs (41 lines):

diff -r 69d1f4022c6e -r cf92bbb9f290 share/man/man9/fstrans.9
--- a/share/man/man9/fstrans.9  Mon May 29 01:49:42 2017 +0000
+++ b/share/man/man9/fstrans.9  Mon May 29 01:51:55 2017 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: fstrans.9,v 1.22 2017/05/29 01:49:42 riastradh Exp $
+.\"     $NetBSD: fstrans.9,v 1.23 2017/05/29 01:51:55 riastradh Exp $
 .\"
 .\" Copyright (c) 2007 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -140,31 +140,6 @@
 when the file system is done with it.
 .Sh FUNCTIONS
 .Bl -tag -width abcd
-.It Fn fstrans_mount "mp"
-Initialize the
-.Nm
-subsystem for the file system mounted at
-.Fa mp .
-Sets
-.Dv IMNT_HAS_TRANS
-in
-.Fa mp Ns Li "->mnt_iflag" .
-Return zero on success, or error code if
-.Xr vfs_busy 9
-fails.
-.Pp
-May sleep.
-.It Fn fstrans_unmount "mp"
-Finalize the
-.Nm
-subsystem.
-Clears
-.Dv IMNT_HAS_TRANS
-in
-.Fa mp Ns Li "->mnt_iflag" .
-Caller is responsible for ensuring that no transactions are active.
-.Pp
-May sleep.
 .It Fn fstrans_start "mp" "lock_type"
 Enter a transaction of type
 .Fa lock_type



Home | Main Index | Thread Index | Old Index