Whamcloud - gitweb
LU-911 osd: use struct obd_statfs instead of kstatfs_t
[fs/lustre-release.git] / lustre / cmm / cmm_device.c
index 3aa8b87..37f5c21 100644 (file)
@@ -86,7 +86,7 @@ int cmm_root_get(const struct lu_env *env, struct md_device *md,
 }
 
 static int cmm_statfs(const struct lu_env *env, struct md_device *md,
-                      cfs_kstatfs_t *sfs)
+                      struct obd_statfs *sfs)
 {
         struct cmm_device *cmm_dev = md2cmm_dev(md);
         int rc;