浏览代码

[CIFS] fix build error

Signed-off-by: Steve French <sfrench@us.ibm.com>
Steve French 16 年之前
父节点
当前提交
413460980e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/cifs/inode.c

+ 1 - 1
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 */