commit | 0e5ecf0a762627b949141df1d83094a9b0eb54a8 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Thu Sep 04 18:09:29 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Sep 04 18:09:29 2014 -0400 |
tree | 14fa8da08990a77cc51bdb08fce460861a5e2c9a | |
parent | dc6e8d669cf5cb3ff84707c372c0a2a8a5e80845 [diff] |
jbd2: optimize jbd2_log_do_checkpoint() a bit When we discover written out buffer in transaction checkpoint list we don't have to recheck validity of a transaction. Either this is the last buffer in a transaction - and then we are done - or this isn't and then we can just take another buffer from the checkpoint list without dropping j_list_lock. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>