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:
2b02a17
)
[PATCH] fix SG_IO bio leak
author
FUJITA Tomonori
<fujita.tomonori@lab.ntt.co.jp>
Mon, 11 Dec 2006 09:01:34 +0000
(10:01 +0100)
committer
Jens Axboe
<axboe@nelson.home.kernel.dk>
Tue, 12 Dec 2006 09:22:23 +0000
(10:22 +0100)
This patch fixes bio leaks in SG_IO. rq->bio can be changed after io
completion, so we need to reset rq->bio before calling blk_rq_unmap_user()
http://marc.theaimsgroup.com/?l=linux-kernel&m=
116570666807983
&w=2
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found