aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpih-mul.c
diff options
context:
space:
mode:
authorChao Yu <[email protected]>2018-07-04 18:04:10 +0800
committerJaegeuk Kim <[email protected]>2018-07-28 18:26:08 -0700
commit4b270a8cc5047682f0a3f3f9af3b498408dbd2bc (patch)
tree134cb65533577abc680ad9e97383232678664c7a /lib/mpi/mpih-mul.c
parentdc1328027b53586cc6b668c6654f9482e505699c (diff)
f2fs: try grabbing node page lock aggressively in sync scenario
In synchronous scenario, like in checkpoint(), we are going to flush dirty node pages to device synchronously, we can easily failed writebacking node page due to trylock_page() failure, especially in condition of intensive lock competition, which can cause long latency of checkpoint(). So let's use lock_page() in synchronous scenario to avoid this issue. Signed-off-by: Yunlei He <[email protected]> Signed-off-by: Chao Yu <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>
Diffstat (limited to 'lib/mpi/mpih-mul.c')
0 files changed, 0 insertions, 0 deletions