• Jan Kara's avatar
    ext2: Don't flush page immediately for DIRSYNC directories · bc943f48
    Jan Kara authored
    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>
    bc943f48
dir.c 18.2 KB