Whamcloud - gitweb
LU-5577 mdd: lu_dirent_calc_size() return type to size_t
[fs/lustre-release.git] / lustre / lmv / lmv_obd.c
index 54f5b67..6681ecf 100644 (file)
@@ -2399,7 +2399,7 @@ static int lmv_read_striped_page(struct obd_export *exp,
        int                     ent_idx = 0;
        struct lu_dirent        *min_ent = NULL;
        struct lu_dirent        *last_ent;
-       int                     left_bytes;
+       size_t                  left_bytes;
        int                     rc;
        ENTRY;