From e01b6222c382775b30059ff2b9031a82fe7c5f9e Mon Sep 17 00:00:00 2001 From: ericm Date: Mon, 30 Aug 2004 02:45:54 +0000 Subject: [PATCH] minor fix the oops which block HEAD's testing. --- lustre/include/linux/lustre_idl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/include/linux/lustre_idl.h b/lustre/include/linux/lustre_idl.h index b69e1e1..fcb29c7 100644 --- 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 */ }; -- 1.8.3.1