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:
a078760
)
block: Add an explicit bio flag for bios that own their bvec
author
Kent Overstreet
<koverstreet@google.com>
Fri, 25 May 2012 20:03:11 +0000
(13:03 -0700)
committer
Kent Overstreet
<koverstreet@google.com>
Sat, 23 Mar 2013 21:26:33 +0000
(14:26 -0700)
This is for the new bio splitting code. When we split a bio, if the
split occured on a bvec boundry we reuse the bvec for the new bio. But
that means bio_free() can't free it, hence the explicit flag.
Signed-off-by: Kent Overstreet <koverstreet@google.com>
CC: Jens Axboe <axboe@kernel.dk>
Acked-by: Tejun Heo <tj@kernel.org>
No differences found