From 98c7560d5141fe5da38e5fd622935439cea6a283 Mon Sep 17 00:00:00 2001 From: alex <alex> Date: Wed, 27 Apr 2005 03:30:42 +0000 Subject: [PATCH] - needless CWARN() removed --- lustre/lmv/lmv_obd.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lustre/lmv/lmv_obd.c b/lustre/lmv/lmv_obd.c index 0a393162a7..afc2876267 100644 --- a/lustre/lmv/lmv_obd.c +++ b/lustre/lmv/lmv_obd.c @@ -639,10 +639,8 @@ static int lmv_statfs(struct obd_device *obd, struct obd_statfs *osfs, RETURN(-ENOMEM); for (i = 0; i < lmv->desc.ld_tgt_count; i++) { - if (lmv->tgts[i].ltd_exp == NULL) { - CWARN("%s: NULL export for %d\n", obd->obd_name, i); + if (lmv->tgts[i].ltd_exp == NULL) continue; - } rc = obd_statfs(lmv->tgts[i].ltd_exp->exp_obd, temp, max_age); if (rc) { -- GitLab