Whamcloud - gitweb
LU-10070 lod: SEL: Implement basic spillover space
[fs/lustre-release.git] / lustre / target / tgt_grant.c
index e832bc9..34f1760 100644 (file)
@@ -309,7 +309,7 @@ int tgt_statfs_internal(const struct lu_env *env, struct lu_target *lut,
 
                /* statfs can sleep ... hopefully not for too long since we can
                 * call it fairly often as space fills up */
-               rc = dt_statfs(env, lut->lut_bottom, osfs);
+               rc = dt_statfs(env, lut->lut_bottom, osfs, NULL);
                if (unlikely(rc))
                        GOTO(out, rc);