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:
a51c698
)
Cleanup compiler warnings.
author
girish
<girish>
Tue, 29 Jul 2008 11:22:29 +0000
(11:22 +0000)
committer
girish
<girish>
Tue, 29 Jul 2008 11:22:29 +0000
(11:22 +0000)
b=15981
i=adilger
i=robert.read
lustre/liblustre/rw.c
patch
|
blob
|
history
diff --git
a/lustre/liblustre/rw.c
b/lustre/liblustre/rw.c
index
0652156
..
690c421
100644
(file)
--- a/
lustre/liblustre/rw.c
+++ b/
lustre/liblustre/rw.c
@@
-196,7
+196,7
@@
static int llu_glimpse_callback(struct ldlm_lock *lock, void *reqp)
struct inode *inode = llu_inode_from_lock(lock);
struct llu_inode_info *lli;
struct ost_lvb *lvb;
-
int
size[2] = { sizeof(struct ptlrpc_body), sizeof(*lvb) };
+
__u32
size[2] = { sizeof(struct ptlrpc_body), sizeof(*lvb) };
int rc, stripe = 0;
ENTRY;