[CIFS] fix build error
Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
Родитель
3270958b71
Коммит
413460980e
|
@ -813,7 +813,7 @@ cifs_rename_pending_delete(char *full_path, struct dentry *dentry, int xid)
|
||||||
current->tgid);
|
current->tgid);
|
||||||
/* although we would like to mark the file hidden
|
/* although we would like to mark the file hidden
|
||||||
if that fails we will still try to rename it */
|
if that fails we will still try to rename it */
|
||||||
if (rc != 0) {
|
if (rc != 0)
|
||||||
cifsInode->cifsAttrs = dosattr;
|
cifsInode->cifsAttrs = dosattr;
|
||||||
else
|
else
|
||||||
dosattr = origattr; /* since not able to change them */
|
dosattr = origattr; /* since not able to change them */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче