commit | 6e4862a5bb9d12be87e4ea5d9a60836ebed71d28 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Mar 09 00:46:23 2014 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Mar 09 00:46:23 2014 -0500 |
tree | ee71b5c4262480b07b34161d1eda8d8cb706074a | |
parent | d2eb0b998990abf51d6e1d3bf16a2637b920a660 [diff] |
jbd2: minimize region locked by j_list_lock in journal_get_create_access() It's not needed until we start trying to modifying fields in the journal_head which are protected by j_list_lock. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>