X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdclass%2Flinux%2Flinux-module.c;h=37cbd2487fbce36e804d5704140ea4e3e323af46;hp=fbe459ff7289548374b92d39e717dce956b06d9b;hb=909e4dc00f224834ff7ac4b6b8f0f6bf76e3c58d;hpb=64eb02ffed4afe067eb090b5cb06a91f0d6fd1a9 diff --git a/lustre/obdclass/linux/linux-module.c b/lustre/obdclass/linux/linux-module.c index fbe459f..37cbd24 100644 --- a/lustre/obdclass/linux/linux-module.c +++ b/lustre/obdclass/linux/linux-module.c @@ -245,8 +245,10 @@ static int obd_proc_health_seq_show(struct seq_file *m, void *data) bool healthy = true; int i; - if (libcfs_catastrophe) + if (libcfs_catastrophe) { seq_printf(m, "LBUG\n"); + healthy = false; + } read_lock(&obd_dev_lock); for (i = 0; i < class_devno_max(); i++) {