aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorZhang Yi <[email protected]>2022-09-01 21:34:54 +0800
committerAndrew Morton <[email protected]>2022-09-11 20:26:06 -0700
commite7ea1129afab0e63af2c2d0e6e9fb7651f0982b3 (patch)
treec2e00fdf54342f304778ff7aed61974ff6f2ff5e /tools/perf/scripts/python/syscall-counts.py
parentfdee117ee86479fd2644bcd9ac2b2469e55722d1 (diff)
fs/buffer: replace ll_rw_block()
ll_rw_block() is not safe for the sync IO path because it skip buffers which has been locked by others, it could lead to false positive EIO when submitting read IO. So stop using ll_rw_block(), switch to use new helpers which could guarantee buffer locked and submit IO if needed. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Zhang Yi <[email protected]> Reviewed-by: Jan Kara <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions