cifs: avoid dup prefix path in dfs_get_automount_devname()
[sfrench/cifs-2.6.git] / fs / cifs / cifs_dfs_ref.c
index cb40074feb3e99bb5a86723fb17d00da744e5f41..0329a907bdfe8acc709069d5bb165ddd1fdcdb72 100644 (file)
@@ -171,8 +171,6 @@ static struct vfsmount *cifs_dfs_do_automount(struct path *path)
                mnt = ERR_CAST(full_path);
                goto out;
        }
-
-       convert_delimiter(full_path, '/');
        cifs_dbg(FYI, "%s: full_path: %s\n", __func__, full_path);
 
        tmp = *cur_ctx;