diff options
author | 2025-07-10 08:35:53 +0200 | |
---|---|---|
committer | 2025-07-25 15:20:06 -0700 | |
commit | 4c6a567cb8e8e0eb7fc559e8cecbae7d83aaafbb (patch) | |
tree | 1b2e1e54698560c0aa3d06e904c85f22a1df5ffc /tools/perf/scripts/python | |
parent | hfsplus: remove mutex_lock check in hfsplus_free_extents (diff) | |
download | wireguard-linux-4c6a567cb8e8e0eb7fc559e8cecbae7d83aaafbb.tar.xz wireguard-linux-4c6a567cb8e8e0eb7fc559e8cecbae7d83aaafbb.zip |
hfsplus: don't set REQ_SYNC for hfsplus_submit_bio()
hfsplus_submit_bio() called by hfsplus_sync_fs() uses bdev_virt_rw() which
in turn uses submit_bio_wait() to submit the BIO.
But submit_bio_wait() already sets the REQ_SYNC flag on the BIO so there
is no need for setting the flag in hfsplus_sync_fs() when calling
hfsplus_submit_bio().
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Yangtao Li <frank.li@vivo.com>
Reviewed-by: Viacheslav Dubeyko <slava@dubeyko.com>
Signed-off-by: Viacheslav Dubeyko <slava@dubeyko.com>
Link: https://lore.kernel.org/r/20250710063553.4805-1-johannes.thumshirn@wdc.com
Link: https://lore.kernel.org/r/20250710063553.4805-1-johannes.thumshirn@wdc.com
Signed-off-by: Viacheslav Dubeyko <slava@dubeyko.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions