commit | 1ac12b4b6d707937f9de6d09622823b2fd0c93ef | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Tue Dec 11 12:10:06 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Dec 20 18:50:02 2012 -0500 |
tree | 7ac3f66abfcce206615abe9effd9e55f26c117a9 | |
parent | 7955119e02d9fdf78a39fba8073f19ca6152613e [diff] |
vfs: turn is_dir argument to kern_path_create into a lookup_flags arg Where we can pass in LOOKUP_DIRECTORY or LOOKUP_REVAL. Any other flags passed in here are currently ignored. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>