• Andrew Morton's avatar
    [PATCH] IS_SYNC diretory handling · 6c5e0f13
    Andrew Morton authored
    A forward-port.  ext2, minix and sysv aren't handling directories
    correctly when IS_SYNC is in place.  They call waitfor_one_page(),
    but forgot to start the I/O.
    
    The patch also moves waitfor_one_page and writeout_one_page
    into fs/buffer.c, so mm/filemap.c now does not mention buffer_head
    at all.
    6c5e0f13
dir.c 14.6 KB