commit | fec11dd9a0109fe52fd631e5c510778d6cbff6cc | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Jul 18 13:50:40 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jul 18 13:51:58 2011 -0400 |
tree | 2a59d8e2cb0325862740fc24ecb246aa02c8413f | |
parent | 0916a5e45fbd2604a303c8cc18e6b2b7c815e4c9 [diff] |
Fix cifs_get_root() Add missing ->i_mutex, convert to lookup_one_len() instead of (broken) open-coded analog, cope with getting something like a//b as relative pathname. Simplify the hell out of it, while we are there... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Reviewed-by: Jeff Layton <jlayton@redhat.com>