Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251771
b: refs/heads/master
c: 5690f92
h: refs/heads/master
i:
  251769: 7b87d1d
  251767: c32f281
v: v3
  • Loading branch information
Christoph Hellwig authored and Alex Elder committed May 25, 2011
1 parent 9534ea5 commit 5993430
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: 2f2b3220b0566692da14e06ea5fc0d697a78dc7c
refs/heads/master: 5690f92199956c0f2a2d9f718b5031e1300a1de1
9 changes: 5 additions & 4 deletions trunk/fs/xfs/xfs_bmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -4825,12 +4825,13 @@ xfs_bmapi(
/*
* Else go on to the next record.
*/
ep = xfs_iext_get_ext(ifp, ++lastx);
prev = got;
if (lastx >= nextents)
eof = 1;
else
if (++lastx < nextents) {
ep = xfs_iext_get_ext(ifp, lastx);
xfs_bmbt_get_all(ep, &got);
} else {
eof = 1;
}
}
*nmap = n;
/*
Expand Down

0 comments on commit 5993430

Please sign in to comment.