From: Olaf Kirch Date: Wed, 9 May 2007 09:32:53 +0000 (-0700) Subject: dm crypt: fix remove first_clone X-Git-Tag: v2.6.22-rc1~309 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f9941b6c55d70103c1bc3f2c7676acd9f20bf8a;p=pandora-kernel.git 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 Signed-off-by: Alasdair G Kergon Cc: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed