commit | 3197d48a7c04eee3e50bd54ef7e17e383b8a919e | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Thu Jul 02 13:35:43 2020 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Jul 02 12:38:18 2020 -0600 |
tree | fe5835606619efc39cd20d6717476c1c5b3b8a82 | |
parent | b3c58fcd0e2c3cf2af30a766191431b4d69aafc2 [diff] |
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>