diff options
Diffstat (limited to 'fs/fat')
-rw-r--r-- | fs/fat/dir.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/fat/dir.c b/fs/fat/dir.c index a13aacea9641..9f9720054c2d 100644 --- a/fs/fat/dir.c +++ b/fs/fat/dir.c @@ -98,8 +98,6 @@ next: *bh = sb_bread(sb, phys); if (*bh == NULL) { - fat_msg(sb, KERN_ERR, "Directory bread(block %llu) failed", - (llu)phys); /* skip this block */ *pos = (iblock + 1) << sb->s_blocksize_bits; goto next; |