diff options
author | Jan Kara <[email protected]> | 2022-12-07 12:27:07 +0100 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2022-12-08 21:49:25 -0500 |
commit | 5c27088b3bcf82c8525ec55cde7d2ddd034283b6 (patch) | |
tree | 96f5c7cd462e52ed37ff6cc51630fdfcf3edc5c1 /scripts/generate_rust_analyzer.py | |
parent | 29b83c574b0a06f29126e4e18801ba0e5d2e089b (diff) |
ext4: drop pointless IO submission from ext4_bio_write_page()
We submit outstanding IO in ext4_bio_write_page() if we find a buffer we
are not going to write. This is however pointless because we already
handle submission of previous IO in case we detect newly added buffer
head is discontiguous. So just delete the pointless IO submission call.
Reviewed-by: Ritesh Harjani (IBM) <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions