diff options
-rw-r--r-- | fs/jffs2/xattr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/jffs2/xattr.c b/fs/jffs2/xattr.c index d72817ac51f6..d279fb49fe9c 100644 --- a/fs/jffs2/xattr.c +++ b/fs/jffs2/xattr.c | |||
@@ -1266,7 +1266,6 @@ int jffs2_garbage_collect_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ | |||
1266 | if (rc) { | 1266 | if (rc) { |
1267 | JFFS2_WARNING("%s: jffs2_reserve_space_gc() = %d, request = %u\n", | 1267 | JFFS2_WARNING("%s: jffs2_reserve_space_gc() = %d, request = %u\n", |
1268 | __func__, rc, totlen); | 1268 | __func__, rc, totlen); |
1269 | rc = rc ? rc : -EBADFD; | ||
1270 | goto out; | 1269 | goto out; |
1271 | } | 1270 | } |
1272 | rc = save_xattr_ref(c, ref); | 1271 | rc = save_xattr_ref(c, ref); |