commit | bc943f4872a722c5cc64d1cf41daaaf4ec63158e | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Wed Nov 16 19:08:23 2022 +0100 |
committer | Jan Kara <jack@suse.cz> | Mon Nov 21 11:04:57 2022 +0100 |
tree | 07029f9b96985a7e500728da4234d282e0623372 | |
parent | d030bd1a66580b7b198a085e7220c794bcdc2770 [diff] |
ext2: Don't flush page immediately for DIRSYNC directories We do not need to writeout modified directory blocks immediately when modifying them while the page is locked. It is enough to do the flush somewhat later which has the added benefit that inode times can be flushed as well. It also allows us to stop depending on write_one_page() function. Signed-off-by: Jan Kara <jack@suse.cz>