[PATCH v10 2/8] block: Ues bi_pool for bio_integrity_alloc()

2012-09-06 Thread Kent Overstreet
Now that bios keep track of where they were allocated from, bio_integrity_alloc_bioset() becomes redundant. Remove bio_integrity_alloc_bioset() and drop bio_set argument from the related functions and make them use bio->bi_pool. Signed-off-by: Kent Overstreet CC: Jens Axboe CC: Martin K.

[PATCH v10 2/8] block: Ues bi_pool for bio_integrity_alloc()

2012-09-06 Thread Kent Overstreet
Now that bios keep track of where they were allocated from, bio_integrity_alloc_bioset() becomes redundant. Remove bio_integrity_alloc_bioset() and drop bio_set argument from the related functions and make them use bio-bi_pool. Signed-off-by: Kent Overstreet koverstr...@google.com CC: Jens Axboe