1. NAME▲
path_put - put a reference to a path
2. SYNOPSIS ▲
void path_put(const struct path * path );
3. ARGUMENTS ▲
path
path to put the reference to
4. DESCRIPTION ▲
Given a path decrement the reference count to the dentry and the vfsmount.
5. COPYRIGHT ▲