remarkable-linux/fs/jbd2
Aneesh Kumar K.V c4b8e635f5 jbd2: Fix reference counting on the journal commit block's buffer head
With journal checksum patch we added asynchronous commits of journal
commit headers, and accidentally dropped taking a reference on the
buffer head.

(Before the change, sync_dirty_buffer did the get_bh(). The associative
put_bh is done by journal_wait_on_commit_record().)

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-02-05 10:55:26 -05:00
..
checkpoint.c spinlock: lockbreak cleanup 2008-01-30 13:31:20 +01:00
commit.c jbd2: Fix reference counting on the journal commit block's buffer head 2008-02-05 10:55:26 -05:00
journal.c jbd2: Mark jbd2 slabs as SLAB_TEMPORARY 2008-01-28 23:58:27 -05:00
Makefile
recovery.c BKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2 2008-02-06 10:41:20 -08:00
revoke.c jbd2: Mark jbd2 slabs as SLAB_TEMPORARY 2008-01-28 23:58:27 -05:00
transaction.c jbd2: sparse pointer use of zero as null 2008-01-28 23:58:27 -05:00