svn commit: r230292 - head/share/man/man9

Kevin Lo kevlo at FreeBSD.org
Wed Jan 18 02:29:12 UTC 2012


Author: kevlo
Date: Wed Jan 18 02:29:11 2012
New Revision: 230292
URL: http://svn.freebsd.org/changeset/base/230292

Log:
  NOOBJ is long time dead
  
  Reviewed by:	kib

Modified:
  head/share/man/man9/namei.9

Modified: head/share/man/man9/namei.9
==============================================================================
--- head/share/man/man9/namei.9	Wed Jan 18 02:27:09 2012	(r230291)
+++ head/share/man/man9/namei.9	Wed Jan 18 02:29:11 2012	(r230292)
@@ -196,10 +196,6 @@ With this flag,
 will follow the symbolic link if the last part
 of the path supplied is a symbolic link (i.e., it will return a vnode
 for whatever the link points at, instead for the link itself).
-.It Dv NOOBJ
-Do not call
-.Fn vfs_object_create
-for the returned vnode, even though it meets required criteria for VM support.
 .It Dv NOFOLLOW
 Do not follow symbolic links (pseudo).
 This flag is not looked for by the actual code, which looks for


More information about the svn-src-head mailing list