Fix cifs_get_root()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 18 Jul 2011 17:50:40 +0000 (13:50 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 18 Jul 2011 17:51:58 +0000 (13:51 -0400)
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>

No differences found