commit | 37d4f99b55d46d9f71f4769faf74c95adb2c1daf | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Fri May 24 07:40:05 2013 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Fri May 24 13:08:28 2013 -0500 |
tree | 9fd856f6ed71e2dc93409aa32ecbe98ce7793056 | |
parent | 539673fff76af73c3aee96e0de10edcc97d84db3 [diff] |
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 <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>