dm verity: make verity_for_io_block static
authorweiyongjun (A) <weiyongjun1@huawei.com>
Wed, 28 Mar 2018 11:11:58 +0000 (11:11 +0000)
committerMike Snitzer <snitzer@redhat.com>
Wed, 4 Apr 2018 16:12:36 +0000 (12:12 -0400)
commitd4b1aaf53c02e6440c49aeae06ba3a3a8ce9882a
tree08b18b8003b8629a913d800646b621ae9951e448
parent843f38d382b1ca2f6f4ae2ef7c35933e6319ffbb
dm verity: make verity_for_io_block static

Fixes the following sparse warning:

drivers/md/dm-verity-target.c:375:6: warning:
 symbol 'verity_for_io_block' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-verity-target.c