• Andrew Morton's avatar
    [PATCH] reiserfs use-after-free fix · e8b338d6
    Andrew Morton authored
    From: Chris Mason <mason@suse.com>
    
    reiserfs-delayed-work started using queue_delayed_work, but did not make sure
    the timer was finished before it freed the work queue structs during unmount. 
    This leads to timer oopsen if you unmount at just the right time.
    e8b338d6
journal.c 120 KB