Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9aeece
)
Cleanup compiler warnings.
author
girish
<girish>
Tue, 29 Jul 2008 11:23:06 +0000
(11:23 +0000)
committer
girish
<girish>
Tue, 29 Jul 2008 11:23:06 +0000
(11:23 +0000)
b=15981
i=adilger
i=robert.read
lustre/quota/quota_check.c
patch
|
blob
|
history
diff --git
a/lustre/quota/quota_check.c
b/lustre/quota/quota_check.c
index
b91bee7
..
be09c1d
100644
(file)
--- a/
lustre/quota/quota_check.c
+++ b/
lustre/quota/quota_check.c
@@
-177,7
+177,7
@@
int client_quota_check(struct obd_export *exp, struct obd_quotactl *oqctl)
struct client_obd *cli = &exp->exp_obd->u.cli;
struct ptlrpc_request *req;
struct obd_quotactl *body;
-
int
size[2] = { sizeof(struct ptlrpc_body), sizeof(*body) };
+
__u32
size[2] = { sizeof(struct ptlrpc_body), sizeof(*body) };
int ver, opc, rc;
ENTRY;