[Ocfs2-commits] mfasheh commits r2285 - trunk/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu May 19 13:33:45 CDT 2005


Author: mfasheh
Signed-off-by: jlbec
Date: 2005-05-19 13:33:43 -0500 (Thu, 19 May 2005)
New Revision: 2285

Modified:
   trunk/fs/ocfs2/dlmglue.h
Log:
* meta_lvb wasn't properly aligned, fix this.

Signed-off-by: jlbec



Modified: trunk/fs/ocfs2/dlmglue.h
===================================================================
--- trunk/fs/ocfs2/dlmglue.h	2005-05-19 07:00:36 UTC (rev 2284)
+++ trunk/fs/ocfs2/dlmglue.h	2005-05-19 18:33:43 UTC (rev 2285)
@@ -69,9 +69,9 @@
 	u32       lvb_iclusters;
 	u32       lvb_iuid;
 	u32       lvb_igid;
-	u64       lvb_isize;
 	u16       lvb_imode;
 	u16       lvb_inlink;
+	u64       lvb_isize;
 	u64       lvb_iatime;
 	u64       lvb_ictime;
 	u64       lvb_imtime;



More information about the Ocfs2-commits mailing list