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:
bee2571
)
Cleanup compiler warnings.
author
girish
<girish>
Tue, 29 Jul 2008 11:23:07 +0000
(11:23 +0000)
committer
girish
<girish>
Tue, 29 Jul 2008 11:23:07 +0000
(11:23 +0000)
b=15981
i=adilger
i=robert.read
lustre/quota/quota_ctl.c
patch
|
blob
|
history
diff --git
a/lustre/quota/quota_ctl.c
b/lustre/quota/quota_ctl.c
index
327287e
..
0feb3d6
100644
(file)
--- a/
lustre/quota/quota_ctl.c
+++ b/
lustre/quota/quota_ctl.c
@@
-259,7
+259,7
@@
int client_quota_ctl(struct obd_export *exp, struct obd_quotactl *oqctl)
{
struct ptlrpc_request *req;
struct obd_quotactl *oqc;
-
int
size[2] = { sizeof(struct ptlrpc_body), sizeof(*oqctl) };
+
__u32
size[2] = { sizeof(struct ptlrpc_body), sizeof(*oqctl) };
int ver, opc, rc;
ENTRY;