1. 13 Jul, 2011 1 commit
  2. 12 Jul, 2011 8 commits
  3. 11 Jul, 2011 21 commits
  4. 10 Jul, 2011 9 commits
  5. 09 Jul, 2011 1 commit
    • Jeff Layton's avatar
      cifs: fix expand_dfs_referral · b9bce2e9
      Jeff Layton authored
      Regression introduced in commit 724d9f1c.
      
      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: default avatarJeff Layton <jlayton@redhat.com>
      Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
      b9bce2e9