From: Peter Osterlund Date: Tue, 6 Sep 2005 22:16:42 +0000 (-0700) Subject: [PATCH] kill bio->bi_set X-Git-Tag: v2.6.14-rc1~724 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3676347a5e216a7fec7f8eedbbcf8bed6b9c4e40;p=pandora-kernel.git [PATCH] kill bio->bi_set Jens: ->bi_set is totally unnecessary bloat of struct bio. Just define a proper destructor for the bio and it already knows what bio_set it belongs too. Peter: Fixed the bugs. Signed-off-by: Jens Axboe Signed-off-by: Peter Osterlund Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed