Home
last modified time | relevance | path

Searched hist:bc943f48 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ext2/
H A Ddir.cbc943f48 Wed Nov 16 12:08:23 CST 2022 Jan Kara <jack@suse.cz> 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>