On Tue, Jul 19, 2011 at 12:02:14PM +0800, Yongqiang Yang wrote: > This patch simplifies journal handling in setup_new_group_blocks(). > > In previous code, block bitmap is modified everywhere in > setup_new_group_blocks(), ext4_get_write_access() in > extend_or_restart_transaction() is used to guarantee that the block bitmap > stays in the new handle, this makes things complicated. > > In this patch the modifications on the block bitmap are batched and done > by ext4_set_bits() after reqesting a handle from extend_or_restart_transaction() > with enough credits. So ext4_get_write_access() can be removed from > extend_or_restart_transaction(). > > Signed-off-by: Yongqiang Yang <xiaoqiangnk@xxxxxxxxx> Applied, thanks. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html