Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> --- md.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/md/md.c b/drivers/md/md.c index 09d1384..ae90e3c 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c @@ -2196,7 +2196,7 @@ static void sync_sbs(struct mddev *mddev, int nospares) } } -bool does_sb_need_changing(struct mddev *mddev) +static bool does_sb_need_changing(struct mddev *mddev) { struct md_rdev *rdev; struct mdp_superblock_1 *sb; -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html