Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Move out-of-place note about interrupt contex...



details:   https://anonhg.NetBSD.org/src/rev/c089fadf313a
branches:  trunk
changeset: 822400:c089fadf313a
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Mar 18 19:03:23 2017 +0000

description:
Move out-of-place note about interrupt context and namei.

Tweak paragraph break.

diffstat:

 share/man/man9/namei.9 |  12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r 44082bb23a37 -r c089fadf313a share/man/man9/namei.9
--- a/share/man/man9/namei.9    Sat Mar 18 19:01:01 2017 +0000
+++ b/share/man/man9/namei.9    Sat Mar 18 19:03:23 2017 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: namei.9,v 1.43 2017/03/18 19:01:01 riastradh Exp $
+.\"     $NetBSD: namei.9,v 1.44 2017/03/18 19:03:23 riastradh Exp $
 .\"
 .\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -76,6 +76,11 @@
 .Xr vfs 9
 interface was implemented.
 .Pp
+All access to the
+.Nm
+interface must be in process context.
+Pathname lookups cannot be done in interrupt context.
+.Pp
 In the general form of
 .Nm ,
 a caller must:
@@ -143,6 +148,7 @@
        size_t          cn_consume;     /* chars to consume in lookup */
 };
 .Ed
+.Pp
 This structure contains the information about a single directory
 component name, along with certain other information required by vnode
 operations.
@@ -523,10 +529,6 @@
 Any uses can be replaced with
 .Dq true .
 .El
-All access to the
-.Nm
-interface must be in process context.
-Pathname lookups cannot be done in interrupt context.
 .Sh FUNCTIONS
 .Bl -tag -width compact
 .It Fn NDINIT "ndp" "op" "flags" "pathbuf"



Home | Main Index | Thread Index | Old Index