Module Name: src
Committed By: riastradh
Date: Mon May 29 01:51:55 UTC 2017
Modified Files:
src/share/man/man9: fstrans.9
Log Message:
Omit description of fstrans_mount/unmount too.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/share/man/man9/fstrans.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/fstrans.9
diff -u src/share/man/man9/fstrans.9:1.22 src/share/man/man9/fstrans.9:1.23
--- src/share/man/man9/fstrans.9:1.22 Mon May 29 01:49:42 2017
+++ src/share/man/man9/fstrans.9 Mon May 29 01:51:55 2017
@@ -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 @@ The copy-on-write callback must be dises
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