[PATCH] JBD: do_get_write_access() speedup
Avoid holding the journal's j_list_lock while copying the buffer_head's data. We hold jbd_lock_bh_state() during the copy, which is all that is needed.
Showing
Please register or sign in to comment