From: Steve French Date: Mon, 20 Oct 2008 18:24:42 +0000 (+0000) Subject: [CIFS] fix build error X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=413460980ea7796582bce672be85879be0865ada;p=deliverable%2Flinux.git [CIFS] fix build error Signed-off-by: Steve French --- 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) 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 */