]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] kill bio->bi_set
authorPeter Osterlund <petero2@telia.com>
Tue, 6 Sep 2005 22:16:42 +0000 (15:16 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 7 Sep 2005 23:57:20 +0000 (16:57 -0700)
commitacf952a4beba31dac35df21b5c5ec7f6576f7364
tree3b5880b862390590da8edfb98c3e62aa573d0b28
parent212d2c807ad8289318ff13fb568f0ccdbf105201
[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 <axboe@suse.de>
Signed-off-by: Peter Osterlund <petero2@telia.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/md/dm-io.c
drivers/md/dm.c
fs/bio.c
include/linux/bio.h