Discussion:
[2.6 patch] fs/jffs2/xattr.c: remove dead code
Adrian Bunk
2006-08-15 00:42:25 UTC
Permalink
This patch removes some obvious dead code spotted by the Coverity
checker.

Signed-off-by: Adrian Bunk <***@stusta.de>

--- linux-2.6.18-rc4-mm1/fs/jffs2/xattr.c.old 2006-08-15 02:11:07.000000000 +0200
+++ linux-2.6.18-rc4-mm1/fs/jffs2/xattr.c 2006-08-15 02:11:25.000000000 +0200
@@ -1215,7 +1215,6 @@ int jffs2_garbage_collect_xattr_datum(st
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);

Loading...