dm raid: make raid_sets symbol static
commit67ac901c553bab4bcc05ed1253829bf462c26b1f
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 2 Jan 2018 06:18:10 +0000 (2 06:18 +0000)
committerMike Snitzer <snitzer@redhat.com>
Wed, 17 Jan 2018 14:16:05 +0000 (17 09:16 -0500)
tree2816ac830ed0965469c299bf527770ab61141293
parent0e696d385d4be83055d8281f7e089a1b9ea18a1a
dm raid: make raid_sets symbol static

Fixes the following sparse warning:

drivers/md/dm-raid.c:33:1: warning:
 symbol 'raid_sets' 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-raid.c