]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dm crypt: fix remove first_clone
authorOlaf Kirch <olaf.kirch@oracle.com>
Wed, 13 Jun 2007 20:00:30 +0000 (16:00 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 4 Aug 2007 16:10:24 +0000 (09:10 -0700)
commit4d332408463281e849c380a5505cf07bdd710419
tree1ebda33b8bb4b6f620f9b29f8a9669083b5d5b58
parentb9eeb205abe5ecb4a20502f83fdd595517e9ba67
dm crypt: fix remove first_clone

Get rid of first_clone in dm-crypt

This gets rid of first_clone, which is not really needed.  Apparently, cloned
bios used to share their bvec some time way in the past - this is no longer
the case.  Contrarily, this even hurts us if we try to create a clone off
first_clone after it has completed, and crypt_endio has destroyed its bvec.

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