commit | e8f1c6227a0bc9b1e3a7e87cd31f650a909f647f | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Jun 25 05:47:51 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jun 25 10:01:07 2006 -0700 |
tree | 7cca3fbb4f03f054d9f6886e0062f84f11cc9dfb | |
parent | f16fdadba28add689b567cf03c21dd6dec8e43be [diff] [blame] |
[PATCH] ext3: fix memory leak when the journal file is corrupted Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff --git a/fs/jbd/recovery.c b/fs/jbd/recovery.c index 80d7f53..de5bafb4e 100644 --- a/fs/jbd/recovery.c +++ b/fs/jbd/recovery.c
@@ -531,6 +531,7 @@ default: jbd_debug(3, "Unrecognised magic %d, end of scan.\n", blocktype); + brelse(bh); goto done; } }