mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 01:30:55 +07:00
block: make function __bio_integrity_free() static
Fix sparse build warning: block/bio-integrity.c:27:6: warning: symbol '__bio_integrity_free' was not declared. Should it be static? Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
b3c58fcd0e
commit
3197d48a7c
@ -24,7 +24,8 @@ void blk_flush_integrity(void)
|
|||||||
flush_workqueue(kintegrityd_wq);
|
flush_workqueue(kintegrityd_wq);
|
||||||
}
|
}
|
||||||
|
|
||||||
void __bio_integrity_free(struct bio_set *bs, struct bio_integrity_payload *bip)
|
static void __bio_integrity_free(struct bio_set *bs,
|
||||||
|
struct bio_integrity_payload *bip)
|
||||||
{
|
{
|
||||||
if (bs && mempool_initialized(&bs->bio_integrity_pool)) {
|
if (bs && mempool_initialized(&bs->bio_integrity_pool)) {
|
||||||
if (bip->bip_vec)
|
if (bip->bip_vec)
|
||||||
|
Loading…
Reference in New Issue
Block a user