X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdclass%2Flinux%2Flinux-module.c;fp=lustre%2Fobdclass%2Flinux%2Flinux-module.c;h=e0a54c59f20efaf1762a56d8e1abe298b40da73a;hb=c28933602a6971739cb5ec3a1e920409ff19b01e;hp=c4c556d9613dd6ce1be59a1b7a78be750bcea729;hpb=75f01f8bdff757a89c80aa4f0cc61608b9ff56e5;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/linux/linux-module.c b/lustre/obdclass/linux/linux-module.c index c4c556d..e0a54c5 100644 --- a/lustre/obdclass/linux/linux-module.c +++ b/lustre/obdclass/linux/linux-module.c @@ -277,8 +277,8 @@ static int obd_proc_health_seq_show(struct seq_file *m, void *data) if (healthy) seq_puts(m, "healthy\n"); - - seq_printf(m, "NOT HEALTHY\n"); + else + seq_puts(m, "NOT HEALTHY\n"); return 0; } LPROC_SEQ_FOPS_RO(obd_proc_health);