]> asedeno.scripts.mit.edu Git - linux.git/commit
dm dust: Make dm_dust_init and dm_dust_exit static
authorYueHaibing <yuehaibing@huawei.com>
Sat, 4 May 2019 10:30:36 +0000 (18:30 +0800)
committerMike Snitzer <snitzer@redhat.com>
Tue, 7 May 2019 20:05:07 +0000 (16:05 -0400)
commit9ccce5a0fb703bbae425d2f38513e30f62eee282
tree12c712cbfad72ec89edef57a540a0760d6183220
parentcacddeab563be5850ec12ba6a1396e120f94a529
dm dust: Make dm_dust_init and dm_dust_exit static

Fix sparse warnings:

drivers/md/dm-dust.c:495:12: warning: symbol 'dm_dust_init' was not declared. Should it be static?
drivers/md/dm-dust.c:505:13: warning: symbol 'dm_dust_exit' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-dust.c