Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Prohibit cross-mount transactions.



details:   https://anonhg.NetBSD.org/src/rev/b180151abcd7
branches:  trunk
changeset: 337057:b180151abcd7
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Tue Mar 31 15:49:45 2015 +0000

description:
Prohibit cross-mount transactions.

diffstat:

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

diffs (17 lines):

diff -r 8555330c32e3 -r b180151abcd7 share/man/man9/fstrans.9
--- a/share/man/man9/fstrans.9  Tue Mar 31 15:47:50 2015 +0000
+++ b/share/man/man9/fstrans.9  Tue Mar 31 15:49:45 2015 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: fstrans.9,v 1.17 2015/03/31 15:47:50 riastradh Exp $
+.\"     $NetBSD: fstrans.9,v 1.18 2015/03/31 15:49:45 riastradh Exp $
 .\"
 .\" Copyright (c) 2007 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -115,6 +115,7 @@
 .Fn fstrans_done .
 Entering a shared transaction while in a lazy transaction is not
 allowed and will lead to deadlock.
+Transactions for multiple distinct mount points may not be nested.
 .Pp
 The file system's
 .Xr VFS_SUSPENDCTL 9



Home | Main Index | Thread Index | Old Index