diff options
| author | Theodore Ts'o <tytso@mit.edu> | 2014-03-08 19:11:36 -0500 |
|---|---|---|
| committer | Theodore Ts'o <tytso@mit.edu> | 2014-03-08 19:11:36 -0500 |
| commit | 3469a32a1e948c54204b5dd6f7476a7d11349e9e (patch) | |
| tree | d6039ae11b109ddb71e9724a46d54337535a2d6e /fs/jbd2/commit.c | |
| parent | jbd2: don't unplug after writing revoke records (diff) | |
| download | linux-3469a32a1e948c54204b5dd6f7476a7d11349e9e.tar.gz linux-3469a32a1e948c54204b5dd6f7476a7d11349e9e.zip | |
jbd2: don't hold j_state_lock while calling wake_up()
The j_state_lock is one of the hottest locks in the jbd2 layer and
thus one of its scalability bottlenecks.
We don't need to be holding the j_state_lock while we are calling
wake_up(&journal->j_wait_commit), so release the lock a little bit
earlier.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions
