Deleted Added
full compact
34c34
< .\" $FreeBSD: head/share/man/man9/namei.9 235371 2012-05-12 20:41:40Z gjb $
---
> .\" $FreeBSD: head/share/man/man9/namei.9 241896 2012-10-22 17:50:54Z kib $
171,183d170
< .It Dv MPSAFE
< With this flag set,
< .Fn namei
< will conditionally acquire
< .Va Giant
< if it is required by a traversed file system.
< MPSAFE callers should pass the results of
< .Fn NDHASGIANT
< to
< .Xr VFS_UNLOCK_GIANT
< in order to conditionally release
< .Va Giant
< if necessary.
357d343
< .Xr VFS_UNLOCK_GIANT 9 ,