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>
This commit is contained in:
parent
fa8259da0e
commit
6dc69c9c46
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue