diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/cifs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c index 232ab16d7fd4..23cca214ede7 100644 --- a/fs/cifs/inode.c +++ b/fs/cifs/inode.c | |||
@@ -813,7 +813,7 @@ cifs_rename_pending_delete(char *full_path, struct dentry *dentry, int xid) | |||
813 | current->tgid); | 813 | current->tgid); |
814 | /* although we would like to mark the file hidden | 814 | /* although we would like to mark the file hidden |
815 | if that fails we will still try to rename it */ | 815 | if that fails we will still try to rename it */ |
816 | if (rc != 0) { | 816 | if (rc != 0) |
817 | cifsInode->cifsAttrs = dosattr; | 817 | cifsInode->cifsAttrs = dosattr; |
818 | else | 818 | else |
819 | dosattr = origattr; /* since not able to change them */ | 819 | dosattr = origattr; /* since not able to change them */ |