浏览代码

jffs2: remove an unneeded condition

We know "rc" is set so there is no need to check again.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Dan Carpenter 10 年之前
父节点
当前提交
d800fcabc7
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      fs/jffs2/xattr.c

+ 0 - 1
fs/jffs2/xattr.c

@@ -1266,7 +1266,6 @@ int jffs2_garbage_collect_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_
 	if (rc) {
 		JFFS2_WARNING("%s: jffs2_reserve_space_gc() = %d, request = %u\n",
 			      __func__, rc, totlen);
-		rc = rc ? rc : -EBADFD;
 		goto out;
 	}
 	rc = save_xattr_ref(c, ref);