|
|
| version 1.367, 2007/03/30 04:04:14 | version 1.368, 2007/06/04 15:39:11 |
|---|---|
| Line 5219 xfs_bmapi( | Line 5219 xfs_bmapi( |
| * Else go on to the next record. | * Else go on to the next record. |
| */ | */ |
| ep = xfs_iext_get_ext(ifp, ++lastx); | ep = xfs_iext_get_ext(ifp, ++lastx); |
| if (lastx >= nextents) { | prev = got; |
| if (lastx >= nextents) | |
| eof = 1; | eof = 1; |
| prev = got; | else |
| } else | |
| xfs_bmbt_get_all(ep, &got); | xfs_bmbt_get_all(ep, &got); |
| } | } |
| ifp->if_lastex = lastx; | ifp->if_lastex = lastx; |