Skip to content
Commit bc943f48 authored by Jan Kara's avatar Jan Kara
Browse files

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: default avatarJan Kara <jack@suse.cz>
parent d030bd1a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment