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:
0ad56e1
)
Cleanup compiler warnings.
author
girish
<girish>
Tue, 29 Jul 2008 11:23:05 +0000
(11:23 +0000)
committer
girish
<girish>
Tue, 29 Jul 2008 11:23:05 +0000
(11:23 +0000)
b=15981
i=adilger
i=robert.read
lustre/quota/quota_adjust_qunit.c
patch
|
blob
|
history
diff --git
a/lustre/quota/quota_adjust_qunit.c
b/lustre/quota/quota_adjust_qunit.c
index
a894bc1
..
59e39e9
100644
(file)
--- a/
lustre/quota/quota_adjust_qunit.c
+++ b/
lustre/quota/quota_adjust_qunit.c
@@
-360,7
+360,7
@@
int client_quota_adjust_qunit(struct obd_export *exp,
{
struct ptlrpc_request *req;
struct quota_adjust_qunit *oqa;
-
int
size[2] = { sizeof(struct ptlrpc_body), sizeof(*oqaq) };
+
__u32
size[2] = { sizeof(struct ptlrpc_body), sizeof(*oqaq) };
int rc = 0;
ENTRY;