diff options
author | Steve French <sfrench@us.ibm.com> | 2008-10-20 18:24:42 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-10-20 18:24:42 +0000 |
commit | 413460980ea7796582bce672be85879be0865ada (patch) | |
tree | 5b71f8c043c06fcf87504ff8434b9aaa824a8c1a /fs | |
parent | 3270958b717a13d0228803254609c19184854b9b (diff) | |
download | op-kernel-dev-413460980ea7796582bce672be85879be0865ada.zip op-kernel-dev-413460980ea7796582bce672be85879be0865ada.tar.gz |
[CIFS] fix build error
Signed-off-by: Steve French <sfrench@us.ibm.com>
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 232ab16..23cca21 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) current->tgid); /* although we would like to mark the file hidden if that fails we will still try to rename it */ - if (rc != 0) { + if (rc != 0) cifsInode->cifsAttrs = dosattr; else dosattr = origattr; /* since not able to change them */ |