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:
482eb68
)
__bio_clone: don't calculate hw/phys segment counts
author
Jens Axboe
<jens.axboe@oracle.com>
Fri, 25 Jan 2008 11:44:44 +0000
(12:44 +0100)
committer
Jens Axboe
<jens.axboe@oracle.com>
Mon, 28 Jan 2008 09:04:46 +0000
(10:04 +0100)
If the users sets a new ->bi_bdev on the bio after __bio_clone() has
returned it, the "segment counts valid" flag still remains even though
it may be different with the new target. So don't calculate segment
counts in __bio_clone().
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found