mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
vn_path_to_global_path: update comment.
This commit is contained in:
parent
341e5ca37c
commit
bcdd3bceb6
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue