Whamcloud - gitweb
LU-10070 lod: SEL cleanup
[fs/lustre-release.git] / lustre / obdclass / obd_mount_server.c
index 6d62e82..42af490 100644 (file)
@@ -1657,7 +1657,7 @@ static int server_statfs(struct dentry *dentry, struct kstatfs *buf)
        ENTRY;
 
        if (lsi->lsi_dt_dev) {
-               rc = dt_statfs(NULL, lsi->lsi_dt_dev, &statfs, NULL);
+               rc = dt_statfs(NULL, lsi->lsi_dt_dev, &statfs);
                if (rc == 0) {
                        statfs_unpack(buf, &statfs);
                        buf->f_type = sb->s_magic;