fs/ext2/super.c |   12 ++++++++++++
 1 files changed, 12 insertions(+)

New commits:
commit 287009cc12bb187d6278215a63203708316824b8
Author: Stephen Hemminger <[email protected]>
Date:   Mon Nov 16 16:08:08 2009 -0800

    ext2: avoid WARN() if device is removed
    
    This fixes a WARN backtrace in mark_buffer_dirty() that occurs during
    unmount when a USB or floppy device is removed.
    The super block update from a previous operation has marked the buffer
    as in error, and the flag has to be cleared before doing the update.
    (Similar code already exists in ext4).
    
    Signed-off-by: Stephen Hemminger <[email protected]>

http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=287009cc12bb187d6278215a63203708316824b8
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to