commit | 3676347a5e216a7fec7f8eedbbcf8bed6b9c4e40 | [log] [tgz] |
---|---|---|
author | Peter Osterlund <petero2@telia.com> | Tue Sep 06 15:16:42 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Sep 07 16:57:20 2005 -0700 |
tree | 3b5880b862390590da8edfb98c3e62aa573d0b28 | |
parent | 6f00df24ee394f345a8789d3a2f98fc1d9195b9f [diff] |
[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>