path_put (9) Linux Manual Page
path_put – put a reference to a path
Synopsis
void path_put(const 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.
