X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fofd%2Fofd_obd.c;h=c5d9f2e49e749b04e0e05cd9d299d9cf2983781a;hp=478854c15c137a5353818d0985935c024309f406;hb=ff5eb304fa371d879da38621fac3aec7d4548a5e;hpb=fed241911f61b1d76aa7d80bfd370c822a3926ef;ds=sidebyside diff --git a/lustre/ofd/ofd_obd.c b/lustre/ofd/ofd_obd.c index 478854c..c5d9f2e 100644 --- a/lustre/ofd/ofd_obd.c +++ b/lustre/ofd/ofd_obd.c @@ -1434,7 +1434,7 @@ static int ofd_health_check(const struct lu_env *nul, struct obd_device *obd) RETURN(rc); info = ofd_info_init(&env, NULL); - rc = dt_statfs(&env, ofd->ofd_osd, &info->fti_u.osfs); + rc = dt_statfs(&env, ofd->ofd_osd, &info->fti_u.osfs, NULL); if (unlikely(rc)) GOTO(out, rc);