git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9b984d
)
xfs: remove the nextents variable in xfs_bmapi
author
Christoph Hellwig
<hch@infradead.org>
Sun, 18 Sep 2011 20:40:43 +0000
(20:40 +0000)
committer
Alex Elder
<aelder@sgi.com>
Wed, 12 Oct 2011 02:15:03 +0000
(21:15 -0500)
Instead of using a local variable that needs to updated when we modify
the extent map just check ifp->if_bytes directly where we use it.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
No differences found