The patch titled Subject: ocfs2-remove-kfree-redundant-null-checks-fix has been removed from the -mm tree. Its filename was ocfs2-remove-kfree-redundant-null-checks-fix.patch This patch was dropped because it was folded into ocfs2-remove-kfree-redundant-null-checks.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: ocfs2-remove-kfree-redundant-null-checks-fix revert dubious change in ocfs2_begin_truncate_log_recovery() Cc: Joel Becker <jlbec@xxxxxxxxxxxx> Cc: Mark Fasheh <mfasheh@xxxxxxxx> Cc: Tim Gardner <tim.gardner@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ocfs2/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/ocfs2/alloc.c~ocfs2-remove-kfree-redundant-null-checks-fix fs/ocfs2/alloc.c --- a/fs/ocfs2/alloc.c~ocfs2-remove-kfree-redundant-null-checks-fix +++ a/fs/ocfs2/alloc.c @@ -6134,7 +6134,7 @@ bail: iput(tl_inode); brelse(tl_bh); - if (status < 0) { + if (status < 0 && (*tl_copy)) { kfree(*tl_copy); *tl_copy = NULL; mlog_errno(status); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch bugh-prevent-double-evaulation-of-in-build_bug_on-fix.patch bugh-compilerh-introduce-compiletime_assert-build_bug_on_msg-checkpatch-fixes.patch goldfish-framebuffer-driver-fix.patch ocfs2-remove-kfree-redundant-null-checks.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html