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 2db697b..294f9e4 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c @@ -7028,7 +7028,7 @@ void md_unregister_thread(struct md_thread **threadp) } EXPORT_SYMBOL(md_unregister_thread); -void __md_error(struct mddev *mddev, struct md_rdev *rdev, bool writeout) +static void __md_error(struct mddev *mddev, struct md_rdev *rdev, bool writeout) { if (!rdev || test_bit(Faulty, &rdev->flags)) return; -- 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