• Andrew Morton's avatar
    ext3 filesystem sync mount speedup: · 6bcbc73a
    Andrew Morton authored
    Again, we don't need to sync indirects as we dirty them because
    we run a commit if IS_SYNC(inode) prior to returning to the
    caller of write(2).
    
    Writing a 10 meg file in 0.1 meg chunks is sped up by, err,
    a factor of fifty.  That's a best case.
    6bcbc73a
inode.c 79.9 KB