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:
e78624a
)
Branch b1_8_gate
author
adilger
<adilger>
Sun, 24 Aug 2008 08:58:23 +0000
(08:58 +0000)
committer
adilger
<adilger>
Sun, 24 Aug 2008 08:58:23 +0000
(08:58 +0000)
Quiet compiler warnings.
b=15981
i=robert.read
i=adilger (girish.shilamkar original patch)
lustre/quota/quota_context.c
patch
|
blob
|
history
diff --git
a/lustre/quota/quota_context.c
b/lustre/quota/quota_context.c
index
0844b3d
..
fed2295
100644
(file)
--- a/
lustre/quota/quota_context.c
+++ b/
lustre/quota/quota_context.c
@@
-864,7
+864,7
@@
schedule_dqacq(struct obd_device *obd, struct lustre_quota_ctxt *qctxt,
qunit_get(qunit);
CLASSERT(sizeof(*aa) <= sizeof(req->rq_async_args));
- aa =
(struct dqacq_async_args *)&req->rq_async_args
;
+ aa =
ptlrpc_req_async_args(req)
;
aa->aa_ctxt = qctxt;
aa->aa_qunit = qunit;