From: Kent Overstreet Date: Thu, 6 Sep 2012 22:34:56 +0000 (-0700) Subject: block: Ues bi_pool for bio_integrity_alloc() X-Git-Tag: v3.7-rc1~54^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e2a410ff71504a64d1af2e354287ac51aeac1b0;p=pandora-kernel.git block: Ues bi_pool for bio_integrity_alloc() 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. Petersen Acked-by: Tejun Heo Signed-off-by: Jens Axboe --- Reading git-diff-tree failed