X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=block%2Fbio-integrity.c;h=bf62c25cde8f4bbed3e43c2f2dd77cd7daf7fa33;hb=98bda63e20daab95bdc084ce00459a4f622a0505;hp=fb95dbb21dd88516de76fc13138621f77bdf1457;hpb=e27a24210aa17b8a0cd462865130fe73afd7e001;p=linux.git diff --git a/block/bio-integrity.c b/block/bio-integrity.c index fb95dbb21dd8..bf62c25cde8f 100644 --- a/block/bio-integrity.c +++ b/block/bio-integrity.c @@ -87,7 +87,7 @@ EXPORT_SYMBOL(bio_integrity_alloc); * Description: Used to free the integrity portion of a bio. Usually * called from bio_free(). */ -static void bio_integrity_free(struct bio *bio) +void bio_integrity_free(struct bio *bio) { struct bio_integrity_payload *bip = bio_integrity(bio); struct bio_set *bs = bio->bi_pool;