commit | 9ccce5a0fb703bbae425d2f38513e30f62eee282 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Sat May 04 18:30:36 2019 +0800 |
committer | Mike Snitzer <snitzer@redhat.com> | Tue May 07 16:05:07 2019 -0400 |
tree | 12c712cbfad72ec89edef57a540a0760d6183220 | |
parent | cacddeab563be5850ec12ba6a1396e120f94a529 [diff] |
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>