b=15036
i=johann
i=tianzy
update local vars types to handle with 64-bit limits
struct obd_device *obd = class_exp2obd(exp);
struct lov_obd *lov = &obd->u.lov;
__u64 curspace = 0;
- __u32 bhardlimit = 0;
+ __u64 bhardlimit = 0;
int i, rc = 0;
ENTRY;
struct lustre_quota_info *info = &mds->mds_quota_info;
struct lustre_dquot *dquot = NULL;
__u64 *usage = NULL;
- __u32 hlimit = 0, slimit = 0;
+ __u64 hlimit = 0, slimit = 0;
time_t *time = NULL;
unsigned int grace = 0;
struct lustre_qunit_size *lqs = NULL;