commit | e2dfa935464272395b4f35f4cc74ffcc87418b84 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Mon Feb 24 17:32:34 2014 -0800 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 09 02:38:55 2014 -0400 |
tree | 3afcc10a2298e16883ceabf175d1c1eefa923e38 | |
parent | 0a5eb7c8189922e86a840972cd0b57e41de6f031 [diff] |
vfs: factor out lookup_mountpoint from new_mountpoint I am shortly going to add a new user of struct mountpoint that needs to look up existing entries but does not want to create a struct mountpoint if one does not exist. Therefore to keep the code simple and easy to read split out lookup_mountpoint from new_mountpoint. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>