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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to