The patch titled ext3: fix memory leak when the journal file is corrupted has been removed from the -mm tree. Its filename is fix-memory-leak-when-the-ext3s-journal-file-is-corrupted.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ext3: fix memory leak when the journal file is corrupted From: "Theodore Ts'o" <tytso@xxxxxxx> Signed-off-by: "Theodore Ts'o" <tytso@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/jbd/recovery.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/jbd/recovery.c~fix-memory-leak-when-the-ext3s-journal-file-is-corrupted fs/jbd/recovery.c --- a/fs/jbd/recovery.c~fix-memory-leak-when-the-ext3s-journal-file-is-corrupted +++ a/fs/jbd/recovery.c @@ -531,6 +531,7 @@ static int do_one_pass(journal_t *journa default: jbd_debug(3, "Unrecognised magic %d, end of scan.\n", blocktype); + brelse(bh); goto done; } } _ Patches currently in -mm which might be from tytso@xxxxxxx are origin.patch git-kbuild.patch remove-tty_dont_flip.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