Module Name: src
Committed By: riastradh
Date: Mon May 29 01:49:42 UTC 2017
Modified Files:
src/share/man/man9: fstrans.9
Log Message:
No more need to call fstrans_mount: vfs does for us now.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 src/share/man/man9/fstrans.9:1.22
--- src/share/man/man9/fstrans.9:1.21 Sat Mar 18 19:01:01 2017
+++ src/share/man/man9/fstrans.9 Mon May 29 01:49:42 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: fstrans.9,v 1.21 2017/03/18 19:01:01 riastradh Exp $
+.\" $NetBSD: fstrans.9,v 1.22 2017/05/29 01:49:42 riastradh Exp $
.\"
.\" Copyright (c) 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -45,10 +45,6 @@
.Sh SYNOPSIS
.In sys/mount.h
.In sys/fstrans.h
-.Ft int
-.Fn fstrans_mount "struct mount *mp"
-.Ft void
-.Fn fstrans_unmount "struct mount *mp"
.Ft void
.Fn fstrans_start "struct mount *mp" "enum fstrans_lock_type lock_type"
.Ft int
@@ -74,17 +70,6 @@ The
.Nm
subsystem assists file system suspension and copy-on-write snapshots.
.Pp
-For a file system to use
-.Nm ,
-its
-.Xr VFS_MOUNT 9
-method must call
-.Fn fstrans_mount ,
-and its
-.Xr VFS_UNMOUNT 9
-method must call
-.Fn fstrans_unmount .
-.Pp
The file system's normal operations, such as its
.Xr vnodeops 9 ,
must be bracketed by