]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: fix expand_dfs_referral
authorJeff Layton <jlayton@redhat.com>
Wed, 6 Jul 2011 12:10:39 +0000 (08:10 -0400)
committerSteve French <sfrench@us.ibm.com>
Sat, 9 Jul 2011 21:25:57 +0000 (21:25 +0000)
commit28dec9363d56ba12cc6ef02f061585e57c1fbe14
treedc2c4677b3530b612d11489800128e53d27b27ba
parent1d72e587d74c7a3491a597e46e537bad700c5a4d
cifs: fix expand_dfs_referral

Regression introduced in commit a8af600dad9.

Prior to that, expand_dfs_referral would regenerate the mount data string
and then call cifs_parse_mount_options to re-parse it (klunky, but it
worked). The above commit moved cifs_parse_mount_options out of cifs_mount,
so the re-parsing of the new mount options no longer occurred. Fix it by
making expand_dfs_referral re-parse the mount options.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c