• Andrew Morton's avatar
    [PATCH] fix generic_file_write() · 5c88d5d3
    Andrew Morton authored
    The recent writev() fix broke the invariant that ->commit_write _must_ be
    called after a successful ->prepare_write().  It leaves ext3 with a
    transaction stuck open and the filesystem locks up.
    5c88d5d3
filemap.c 45.5 KB