• Andrew Morton's avatar
    [PATCH] Fix jbd assert failure on IO error. · 7ba93ca7
    Andrew Morton authored
    From: Stephen Tweedie <sct@redhat.com>
    
    The buffer_uptodate flag gets cleared on IO failure, and this can panic jbd
    when it tries to write such a buffer.  Relax the panic to be just a warning.
    7ba93ca7
transaction.c 60.5 KB