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:
f9de558
)
Cleanup compiler warnings.
author
girish
<girish>
Tue, 29 Jul 2008 11:22:46 +0000
(11:22 +0000)
committer
girish
<girish>
Tue, 29 Jul 2008 11:22:46 +0000
(11:22 +0000)
b=15981
i=adilger
i=robert.read
lustre/osc/osc_create.c
patch
|
blob
|
history
diff --git
a/lustre/osc/osc_create.c
b/lustre/osc/osc_create.c
index
92d2d77
..
76e468e
100644
(file)
--- a/
lustre/osc/osc_create.c
+++ b/
lustre/osc/osc_create.c
@@
-141,7
+141,7
@@
static int oscc_internal_create(struct osc_creator *oscc)
{
struct ptlrpc_request *request;
struct ost_body *body;
-
int
size[] = { sizeof(struct ptlrpc_body), sizeof(*body) };
+
__u32
size[] = { sizeof(struct ptlrpc_body), sizeof(*body) };
ENTRY;
LASSERT_SPIN_LOCKED(&oscc->oscc_lock);