Whamcloud - gitweb
LU-5478 osd: get rid of obd_* typedefs
[fs/lustre-release.git] / lustre / osd-zfs / osd_handler.c
index 4c60943..a847f40 100644 (file)
@@ -465,7 +465,7 @@ int osd_statfs(const struct lu_env *env, struct dt_device *d,
        if (unlikely(rc != 0))
                RETURN(rc);
 
-       osfs->os_bavail -= min_t(obd_size,
+       osfs->os_bavail -= min_t(u64,
                                 OSD_GRANT_FOR_LOCAL_OIDS / osfs->os_bsize,
                                 osfs->os_bavail);
        RETURN(0);