• Andrew Morton's avatar
    [PATCH] ext2 synchronous mount fix · 7cc9ee3d
    Andrew Morton authored
    The optimisation for synchronous mounts was only correct for S_ISREG
    files.  Directories do not pass through generic_osync_inode() and we
    still need to synchronously write out their indirect blocks.
    7cc9ee3d
inode.c 35.6 KB