Skip to content
Snippets Groups Projects
Commit 31726de9 authored by Andrew Perepechko's avatar Andrew Perepechko
Browse files

Branch b1_6

b=15036
i=johann
i=tianzy

update local vars types to handle with 64-bit limits
parent 62f9ba26
No related merge requests found
......@@ -251,7 +251,7 @@ int lov_quota_ctl(struct obd_export *exp, struct obd_quotactl *oqctl)
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;
......
......@@ -314,7 +314,7 @@ int dqacq_handler(struct obd_device *obd, struct qunit_data *qdata, int opc)
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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment