Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16919
b: refs/heads/master
c: 83b7c99
h: refs/heads/master
i:
  16917: 251111f
  16915: 8bd2ee7
  16911: 75dd0f5
v: v3
  • Loading branch information
OGAWA Hirofumi authored and Linus Torvalds committed Jan 9, 2006
1 parent 1c17fcd commit f6b42b5
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: a6bf6b211cdb92c315c24719a522d8b6f3998210
refs/heads/master: 83b7c996dc859c7b53f94d46ee5c5929cc0399e2
4 changes: 2 additions & 2 deletions trunk/fs/fat/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ static inline void fat_dir_readahead(struct inode *dir, sector_t iblock,
if ((sbi->fat_bits != 32) && (dir->i_ino == MSDOS_ROOT_INO))
return;

bh = sb_getblk(sb, phys);
if (bh && !buffer_uptodate(bh)) {
bh = sb_find_get_block(sb, phys);
if (bh == NULL || !buffer_uptodate(bh)) {
for (sec = 0; sec < sbi->sec_per_clus; sec++)
sb_breadahead(sb, phys + sec);
}
Expand Down

0 comments on commit f6b42b5

Please sign in to comment.