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:
125ccb0
)
Btrfs: don't pre-allocate btrfs bio
author
Li Zefan
<lizf@cn.fujitsu.com>
Thu, 1 Dec 2011 04:55:47 +0000
(12:55 +0800)
committer
Li Zefan
<lizf@cn.fujitsu.com>
Wed, 11 Jan 2012 02:26:44 +0000
(10:26 +0800)
We pre-allocate a btrfs bio with fixed size, and then may re-allocate
memory if we find stripes are bigger than the fixed size. But this
pre-allocation is not necessary.
Also we don't have to calcuate the stripe number twice.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
No differences found