]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] dm crypt: fix avoid cloned bio ref after free
authorOlaf Kirch <olaf.kirch@oracle.com>
Wed, 13 Jun 2007 19:59:16 +0000 (15:59 -0400)
committerWilly Tarreau <w@1wt.eu>
Wed, 15 Aug 2007 08:02:29 +0000 (10:02 +0200)
commit12e40d6a180f668810e3706ff43e7c7186293c99
tree022ba60344ae28e181b906c8ba8626061d83c59b
parent286f79b20a53299a588789b86f5a435bee5d40cd
[PATCH] 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>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/md/dm-crypt.c