From: Jeff Layton Date: Fri, 24 May 2013 11:40:05 +0000 (-0400) Subject: cifs: fix error handling when calling cifs_parse_devname X-Git-Tag: v3.10-rc4~24^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37d4f99b55d46d9f71f4769faf74c95adb2c1daf;p=pandora-kernel.git cifs: fix error handling when calling cifs_parse_devname When we allowed separate unc= and prefixpath= mount options, we could ignore EINVAL errors from cifs_parse_devname. Now that they are deprecated, we need to check for that as well and fail the mount if it's malformed. Also fix a later error message that refers to the unc= option. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed