Catch up with the rename of symbol VDOOMED to VI_DOOMED in revision

1.198 of "sys/sys/vnode.h".  Remove a cross-reference to a manual
page that never existed.

---------------------------------------------------------------------- CVS:
PR:              Fill this in if a GNATS PR is affected by the
change.  CVS: Submitted by:    Fill this in if someone else sent
in the change.  CVS: Reviewed by:     Fill this in if someone else
reviewed your modification.  CVS: Approved by:     Fill this in if
you needed approval for this commit.  CVS: Obtained from:   Fill
this in if the change is from third party software.  CVS: MFC after:
N [day[s]|week[s]|month[s]] CVS:    Fill in to get MFC notification
later. (days assumed unless specified) CVS:
---------------------------------------------------------------------- CVS:
Enter Log.  Lines beginning with `CVS:' are removed automatically
This commit is contained in:
jkoshy 2006-06-07 16:51:54 +00:00
parent 5ad729eac6
commit ddc3e83891

View File

@ -50,7 +50,7 @@ the removal from its mount point vnode list.
If the vnode has a
.Va v_usecount
of zero, and its
.Dv VDOOMED
.Dv VI_DOOMED
flag is not set, it is moved to the head of the free list
as in most cases the vnode
is about to be reused, or its file system being unmounted.
@ -66,8 +66,6 @@ locks the vnode interlock and then calls
while
.Fn vgonel
expects the interlock to already be locked.
.Sh SEE ALSO
.Xr vclean 9
.Sh AUTHORS
This manual page was written by
.An Chad David Aq davidc@acns.ab.ca .