[Ocfs2-commits] jlbec commits r1044 - branches/format-changes

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jun 10 04:33:34 CDT 2004


Author: jlbec
Date: 2004-06-10 03:33:33 -0500 (Thu, 10 Jun 2004)
New Revision: 1044

Modified:
   branches/format-changes/on_disk_changes
Log:

o I thought this already was committed.



Modified: branches/format-changes/on_disk_changes
===================================================================
--- branches/format-changes/on_disk_changes	2004-06-10 02:37:58 UTC (rev 1043)
+++ branches/format-changes/on_disk_changes	2004-06-10 08:33:33 UTC (rev 1044)
@@ -13,3 +13,9 @@
 
 All fe fields renamed and moved around.  There is *no* commonality with
 ocfsv1.
+
+extent_group is now extent_header.  There is now no longer a difference
+between EXTENT_DATA and EXTENT_HEADER.  All extent headers have
+EXTENT_HEADER_SIGNATURE.  h_tree_depth of -1 means that the extent_recs
+point to actual data.  Note that the v1->v2 converter must set
+h_tree_depth to -1 on those blocks, as v1 did not.



More information about the Ocfs2-commits mailing list