|
@@ -174,7 +174,7 @@ cifs_bp_rename_retry:
|
|
|
|
|
|
cifs_dbg(FYI, "using cifs_sb prepath <%s>\n", cifs_sb->prepath);
|
|
|
memcpy(full_path+dfsplen+1, cifs_sb->prepath, pplen-1);
|
|
|
- full_path[dfsplen] = '\\';
|
|
|
+ full_path[dfsplen] = dirsep;
|
|
|
for (i = 0; i < pplen-1; i++)
|
|
|
if (full_path[dfsplen+1+i] == '/')
|
|
|
full_path[dfsplen+1+i] = CIFS_DIR_SEP(cifs_sb);
|