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:
3c8712c
)
minor fix the oops which block HEAD's testing.
author
ericm
<ericm>
Mon, 30 Aug 2004 02:45:54 +0000
(
02:45
+0000)
committer
ericm
<ericm>
Mon, 30 Aug 2004 02:45:54 +0000
(
02:45
+0000)
lustre/include/linux/lustre_idl.h
patch
|
blob
|
history
diff --git
a/lustre/include/linux/lustre_idl.h
b/lustre/include/linux/lustre_idl.h
index
b69e1e1
..
fcb29c7
100644
(file)
--- a/
lustre/include/linux/lustre_idl.h
+++ b/
lustre/include/linux/lustre_idl.h
@@
-289,6
+289,7
@@
struct obdo {
obd_count o_misc;
__u32 o_easize; /* epoch in ost writes */
__u32 o_mds;
+ __u32 o_padding;
char o_inline[OBD_INLINESZ]; /* fid in ost writes */
};