]> git.baikalelectronics.ru Git - kernel.git/commit
jbd2: minimize region locked by j_list_lock in journal_get_create_access()
authorTheodore Ts'o <tytso@mit.edu>
Sun, 9 Mar 2014 05:46:23 +0000 (00:46 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 9 Mar 2014 05:46:23 +0000 (00:46 -0500)
commit21b4ae5c910bbff54d044405c66fa607b73181df
treeee71b5c4262480b07b34161d1eda8d8cb706074a
parent63c68f070f82b2952982bfa0599e680e0cebb02e
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>
fs/jbd2/transaction.c