Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218869
b: refs/heads/master
c: 0c9169c
h: refs/heads/master
i:
  218867: 683cf21
v: v3
  • Loading branch information
Toshiyuki Okajima authored and Theodore Ts'o committed Oct 28, 2010
1 parent 22d0ef0 commit 7d400cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e0d10bfa91b0a089a9e2c378b5c42f4e96171d95
refs/heads/master: 0c9169ccad4aed233fdd49e95da4eada2536a06d
2 changes: 1 addition & 1 deletion trunk/fs/ext4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -2105,7 +2105,7 @@ static void mpage_put_bnr_to_bhs(struct mpage_da_data *mpd,
} while ((bh = bh->b_this_page) != head);

do {
if (cur_logical >= map->m_lblk + blocks)
if (cur_logical > map->m_lblk + (blocks - 1))
break;

if (buffer_delay(bh) || buffer_unwritten(bh)) {
Expand Down

0 comments on commit 7d400cf

Please sign in to comment.