commit | 98221eb757de03d9aa6262b1eded2be708640ccc | [log] [tgz] |
---|---|---|
author | Olaf Kirch <olaf.kirch@oracle.com> | Wed May 09 02:32:52 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed May 09 12:30:46 2007 -0700 |
tree | cef3fd80f62d6227551adc75c34023d60cbaa9c1 | |
parent | 027581f3515b5ec2218847dab578afa439a9d6b9 [diff] |
dm crypt: fix avoid cloned bio ref after free Do not access the bio after generic_make_request We should never access a bio after generic_make_request - there's no guarantee it still exists. Signed-off-by: Olaf Kirch <olaf.kirch@oracle.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com> Cc: Jens Axboe <jens.axboe@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>