]> git.baikalelectronics.ru Git - kernel.git/commit
block: make function __bio_integrity_free() static
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 2 Jul 2020 05:35:43 +0000 (13:35 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 2 Jul 2020 18:38:18 +0000 (12:38 -0600)
commitd95d789c00dc3266576a16e289d44c5ad2abdd55
treefe5835606619efc39cd20d6717476c1c5b3b8a82
parent2c99f4a9f1e6be2ce6c235bc16149ffbb512d1cd
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>
block/bio-integrity.c