Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309728
b: refs/heads/master
c: f0aac61
h: refs/heads/master
v: v3
  • Loading branch information
Namjae Jeon authored and Linus Torvalds committed Jun 1, 2012
1 parent e4f18fb commit c5550ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b742c341539fc8b8386ef72f0e95758f39fbb4c8
refs/heads/master: f0aac6162e945590057dcfb841bdce8fd18ed4f6
4 changes: 2 additions & 2 deletions trunk/fs/fat/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c5550ec

Please sign in to comment.