Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 No more need to call fstrans_mount: vfs does ...



details:   https://anonhg.NetBSD.org/src/rev/69d1f4022c6e
branches:  trunk
changeset: 824238:69d1f4022c6e
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon May 29 01:49:42 2017 +0000

description:
No more need to call fstrans_mount: vfs does for us now.

diffstat:

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

diffs (38 lines):

diff -r 2de53961889e -r 69d1f4022c6e share/man/man9/fstrans.9
--- a/share/man/man9/fstrans.9  Sun May 28 23:39:30 2017 +0000
+++ b/share/man/man9/fstrans.9  Mon May 29 01:49:42 2017 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index