• Andrew Morton's avatar
    [PATCH] fatfs: fix printk storm during I/O errors · 548b4535
    Andrew Morton authored
    From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
    
    The fatfs was ignoring the I/O error on two points. If I/O error
    happen while checking a free block entries, this checks the all
    entries, and reports an I/O error on each entry.
    
    This problem became cause of the disk full by syslogd.
    548b4535
inode.c 33.7 KB