commit | caf19d38607108304cd8cc67ed21378017f69e8a | [log] [tgz] |
---|---|---|
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Thu Jul 22 09:36:51 2010 +0900 |
committer | James Bottomley <James.Bottomley@suse.de> | Wed Jul 28 09:06:05 2010 -0500 |
tree | ae2730729cb88b30bdd90f692b18866dc8485b7a | |
parent | 240778e821f596a6954116107c5cc3456df84f81 [diff] |
[SCSI] sg: fix bio leak with a detached device After blk_rq_map_user is successful, if we find that a device is unavailable (was detached), we must call blk_end_request_all to free bio(s) before blk_rq_unmap_user and blk_put_request. Reported-by: "Dailey, Nate" <Nate.Dailey@stratus.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Tested-by: "Dailey, Nate" <Nate.Dailey@stratus.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>