diff options
author | Yu Chao <[email protected]> | 2013-09-12 11:17:51 +0800 |
---|---|---|
committer | Jaegeuk Kim <[email protected]> | 2013-09-24 17:45:48 +0900 |
commit | e76eebee70948060d80b5f9edd2d97062049df53 (patch) | |
tree | 0e553ac012ec66bbd50cc1ab0f3165c307b1b0e0 /drivers/scsi/mpt3sas/mpi/mpi2_raid.h | |
parent | 4a10c2ac2f368583138b774ca41fac4207911983 (diff) |
f2fs: optimize fs_lock for better performance
There is a performance problem: when all sbi->fs_lock are holded, then
all the following threads may get the same next_lock value from sbi->next_lock_num
in function mutex_lock_op, and wait for the same lock(fs_lock[next_lock]),
it may cause performance reduce.
So we move the sbi->next_lock_num++ before getting lock, this will average the
following threads if all sbi->fs_lock are holded.
v1-->v2:
Drop the needless spin_lock as Jaegeuk suggested.
Suggested-by: Jaegeuk Kim <[email protected]>
Signed-off-by: Yu Chao <[email protected]>
Signed-off-by: Gu Zheng <[email protected]>
Signed-off-by: Jaegeuk Kim <[email protected]>
Diffstat (limited to 'drivers/scsi/mpt3sas/mpi/mpi2_raid.h')
0 files changed, 0 insertions, 0 deletions