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:
2c30c71
)
bcache: Kill unaligned bvec hack
author
Kent Overstreet
<kmo@daterainc.com>
Sat, 23 Nov 2013 03:37:48 +0000
(19:37 -0800)
committer
Kent Overstreet
<kmo@daterainc.com>
Sun, 24 Nov 2013 06:33:47 +0000
(22:33 -0800)
Bcache has a hack to avoid cloning the biovec if it's all full pages -
but with immutable biovecs coming this won't be necessary anymore.
For now, we remove the special case and always clone the bvec array so
that the immutable biovec patches are simpler.
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
No differences found