diff --git a/[refs] b/[refs] index 762e1a9c262b..181961fc2817 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b742c341539fc8b8386ef72f0e95758f39fbb4c8 +refs/heads/master: f0aac6162e945590057dcfb841bdce8fd18ed4f6 diff --git a/trunk/fs/fat/dir.c b/trunk/fs/fat/dir.c index aca191bd5f8f..6eaa28c98ad1 100644 --- a/trunk/fs/fat/dir.c +++ b/trunk/fs/fat/dir.c @@ -98,8 +98,8 @@ static int fat__get_entry(struct inode *dir, loff_t *pos, *bh = sb_bread(sb, phys); if (*bh == NULL) { - fat_msg(sb, KERN_ERR, "Directory bread(block %llu) failed", - (llu)phys); + fat_msg_ratelimit(sb, KERN_ERR, + "Directory bread(block %llu) failed", (llu)phys); /* skip this block */ *pos = (iblock + 1) << sb->s_blocksize_bits; goto next;