Skip to content

Commit

Permalink
fs/jffs2/xattr.c: remove dead code
Browse files Browse the repository at this point in the history
This patch removes some obvious dead code spotted by the Coverity
checker.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
  • Loading branch information
Adrian Bunk authored and Josh Boyer committed Aug 16, 2006
1 parent 79b9cd5 commit 0b6c0bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/jffs2/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,6 @@ int jffs2_garbage_collect_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xatt
rc = jffs2_reserve_space_gc(c, totlen, &length, JFFS2_SUMMARY_XATTR_SIZE);
if (rc) {
JFFS2_WARNING("jffs2_reserve_space_gc()=%d, request=%u\n", rc, totlen);
rc = rc ? rc : -EBADFD;
goto out;
}
rc = save_xattr_datum(c, xd);
Expand Down

0 comments on commit 0b6c0bb

Please sign in to comment.