From: Jeff Layton Date: Wed, 6 Jul 2011 12:10:39 +0000 (-0400) Subject: cifs: fix expand_dfs_referral X-Git-Tag: v3.0-rc7~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9bce2e9f9936cfd12fbc62ead11edcdd46dec7e;p=pandora-kernel.git cifs: fix expand_dfs_referral Regression introduced in commit 724d9f1cfba. 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 Signed-off-by: Steve French --- Reading git-diff-tree failed