• Andrew Morton's avatar
    [PATCH] buffer.c debugging · e6238ac5
    Andrew Morton authored
    We get a bug report about once per month wherein find_get_block_slow() spits
    an error message.  For some reason we have buffers against a blockdev page
    which have the incorrect b_size.
    
    Probably, an earlier set_blcoksize() failed to invalidate all the apges for
    some reason.  I just don't know.
    
    The patch adds a bit of extra debug info to aid in diagnosing this.
    e6238ac5
buffer.c 77.8 KB