From: "Theodore Ts'o" Signed-off-by: "Theodore Ts'o" Signed-off-by: Andrew Morton --- fs/jbd/recovery.c | 1 + 1 files changed, 1 insertion(+) diff -puN fs/jbd/recovery.c~fix-memory-leak-when-the-ext3s-journal-file-is-corrupted fs/jbd/recovery.c --- devel/fs/jbd/recovery.c~fix-memory-leak-when-the-ext3s-journal-file-is-corrupted 2006-05-22 14:28:20.000000000 -0700 +++ devel-akpm/fs/jbd/recovery.c 2006-05-22 14:28:20.000000000 -0700 @@ -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; } } _