Skip to content

Commit

Permalink
Apply "jbd2-clear-BH_Delay-BH_Unwritten-in-journal_unmap_buffer.patch"
Browse files Browse the repository at this point in the history
  • Loading branch information
Debian kernel team committed May 10, 2012
1 parent 8d2801e commit aabba9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/jbd2/transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -1822,6 +1822,8 @@ static int journal_unmap_buffer(journal_t *journal, struct buffer_head *bh)
clear_buffer_mapped(bh);
clear_buffer_req(bh);
clear_buffer_new(bh);
clear_buffer_delay(bh);
clear_buffer_unwritten(bh);
bh->b_bdev = NULL;
return may_free;
}
Expand Down

0 comments on commit aabba9d

Please sign in to comment.