Whamcloud - gitweb
LU-10070 lod: SEL: Implement basic spillover space
[fs/lustre-release.git] / lustre / lod / lproc_lod.c
index cb2c780..680ce92 100644 (file)
@@ -680,7 +680,7 @@ static int lod_osts_seq_show(struct seq_file *p, void *v)
 
        /* XXX: should be non-NULL env, but it's very expensive */
        active = 1;
-       rc = dt_statfs(NULL, next, &sfs);
+       rc = dt_statfs(NULL, next, &sfs, NULL);
        if (rc == -ENOTCONN) {
                active = 0;
                rc = 0;