1
0
Fork 0

md: recover_bitmaps() can be static

drivers/md/md-cluster.c:190:6: sparse: symbol 'recover_bitmaps' was not declared. Should it be static?

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
hifive-unleashed-5.1
kbuild test robot 2015-02-28 07:04:37 +08:00 committed by NeilBrown
parent fa8259da0e
commit 6dc69c9c46
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ out:
return s;
}
void recover_bitmaps(struct md_thread *thread)
static void recover_bitmaps(struct md_thread *thread)
{
struct mddev *mddev = thread->mddev;
struct md_cluster_info *cinfo = mddev->cluster_info;