vn_path_to_global_path: update comment.

This commit is contained in:
Sergey Kandaurov 2014-08-03 07:59:19 +00:00
parent 341e5ca37c
commit bcdd3bceb6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269462

View File

@ -1424,7 +1424,7 @@ cache_enter(struct vnode *dvp, struct vnode *vp, struct componentname *cnp)
* This function updates path string to vnode's full global path
* and checks the size of the new path string against the pathlen argument.
*
* Requires a locked, referenced vnode and GIANT lock held.
* Requires a locked, referenced vnode.
* Vnode is re-locked on success or ENODEV, otherwise unlocked.
*
* If sysctl debug.disablefullpath is set, ENODEV is returned,