Skip to content

Commit

Permalink
block: remove the bio_integrity_advance export
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
Christoph Hellwig authored and axboe committed Dec 16, 2018
1 parent 7403065 commit 4c9770c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block/bio-integrity.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ void bio_integrity_advance(struct bio *bio, unsigned int bytes_done)
bip->bip_iter.bi_sector += bytes_done >> 9;
bvec_iter_advance(bip->bip_vec, &bip->bip_iter, bytes);
}
EXPORT_SYMBOL(bio_integrity_advance);

/**
* bio_integrity_trim - Trim integrity vector
Expand Down

0 comments on commit 4c9770c

Please sign in to comment.