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:
d0215f3
)
Btrfs: fix how we deal with the pages array in the write path
author
Josef Bacik
<josef@redhat.com>
Tue, 25 Jan 2011 20:10:08 +0000
(15:10 -0500)
committer
Josef Bacik
<josef@redhat.com>
Thu, 17 Mar 2011 18:21:16 +0000
(14:21 -0400)
Really we don't need to memset the pages array at all, since we know how many
pages we're going to use in the array and pass that around. So don't memset,
just trust we're not idiots and we pass num_pages around properly.
Signed-off-by: Josef Bacik <josef@redhat.com>
No differences found