Skip to content
Commit db3c9ade authored by Al Viro's avatar Al Viro
Browse files

handle_mounts(): pass dentry in, turn path into a pure out argument



All callers are equivalent to
	path->dentry = dentry;
	path->mnt = nd->path.mnt;
	err = handle_mounts(path, ...)
Pass dentry as an explicit argument, fill *path in handle_mounts()
itself.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent e73cabff
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment