diff options
Diffstat (limited to 'fs/jbd')
-rw-r--r-- | fs/jbd/recovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/jbd/recovery.c b/fs/jbd/recovery.c index 80d7f53fd0a7..de5bafb4e853 100644 --- a/fs/jbd/recovery.c +++ b/fs/jbd/recovery.c | |||
@@ -531,6 +531,7 @@ static int do_one_pass(journal_t *journal, | |||
531 | default: | 531 | default: |
532 | jbd_debug(3, "Unrecognised magic %d, end of scan.\n", | 532 | jbd_debug(3, "Unrecognised magic %d, end of scan.\n", |
533 | blocktype); | 533 | blocktype); |
534 | brelse(bh); | ||
534 | goto done; | 535 | goto done; |
535 | } | 536 | } |
536 | } | 537 | } |