[Ocfs2-commits] jlbec commits r892 - trunk/src/inc

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue May 4 20:33:29 CDT 2004


Author: jlbec
Date: 2004-05-04 19:33:28 -0500 (Tue, 04 May 2004)
New Revision: 892

Modified:
   trunk/src/inc/ocfs.h
Log:
o Fix padding of ocfs_file_entry.
o Add child_dirnode to ocfs_file_entry.


Modified: trunk/src/inc/ocfs.h
===================================================================
--- trunk/src/inc/ocfs.h	2004-05-05 00:12:43 UTC (rev 891)
+++ trunk/src/inc/ocfs.h	2004-05-05 00:33:28 UTC (rev 892)
@@ -2035,9 +2035,9 @@
 	__u32 gid;                        // GID
 	__u16 dev_major;                  // NUMBER RANGE(0,65535)   
 	__u16 dev_minor;                  // NUMBER RANGE(0,65535)
-/* 32-bit: sizeof(fe) = 484 bytes */
-/* 64-bit: sizeof(fe) = 488 bytes */
-/* Need to account for that fact when the struct is extended. */
+        __u8 fe_reserved1[4];		  // UNUSED
+	__u64 child_dirnode;		  // NUMBER RANGE(0,ULONG_LONG_MAX)
+/* sizeof(fe) = 496 bytes */
 }
 ocfs_file_entry;			  // END CLASS
 



More information about the Ocfs2-commits mailing list