summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2023-03-29 18:49:35 +0300
committerTheodore Ts'o <tytso@mit.edu>2023-04-15 02:55:44 +0300
commit5e1bdea6391d09fde424a1406a04e01b208a04d2 (patch)
tree4b0f8a279c4564181402685b55395a160dd8db53 /tools/perf/scripts/python/syscall-counts.py
parent265e72efa99fcc0959f8d33d346a7e0f2e3fe201 (diff)
downloadlinux-5e1bdea6391d09fde424a1406a04e01b208a04d2.tar.xz
ext4: Clear dirty bit from pages without data to write
With journalled data it can happen that checkpointing code will write out page contents without clearing the page dirty bit. The logic in ext4_page_nomap_can_writeout() then results in us never calling mpage_submit_page() and thus clearing the dirty bit. Drop the optimization with ext4_page_nomap_can_writeout() and just always call to mpage_submit_page(). ext4_bio_write_page() knows when to redirty the page and the additional clearing & setting of page dirty bit for ordered mode writeout is not that expensive to jump through the hoops for it. Signed-off-by: Jan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20230329154950.19720-4-jack@suse.cz Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions