table of contents
PATH_PUT(9) | The Linux VFS | PATH_PUT(9) |
NAME¶
path_put - put a reference to a path
SYNOPSIS¶
void path_put(struct path * path);
ARGUMENTS¶
path
path to put the reference to
DESCRIPTION¶
Given a path decrement the reference count to the dentry and the vfsmount.
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |