From: Al Viro Date: Mon, 18 Jul 2011 17:50:40 +0000 (-0400) Subject: Fix cifs_get_root() X-Git-Tag: v3.0~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fec11dd9a0109fe52fd631e5c510778d6cbff6cc;p=pandora-kernel.git 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 Reviewed-by: Jeff Layton --- Reading git-diff-tree failed