[Ocfs2-tools-commits] mfasheh commits r327 - in trunk: debugfs.ocfs2 libocfs2/include

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Oct 12 13:13:45 CDT 2004


Author: mfasheh
Date: 2004-10-12 13:13:43 -0500 (Tue, 12 Oct 2004)
New Revision: 327

Modified:
   trunk/debugfs.ocfs2/dump.c
   trunk/libocfs2/include/ocfs2_fs.h
Log:
* sync up my changes to h_parent_blk



Modified: trunk/debugfs.ocfs2/dump.c
===================================================================
--- trunk/debugfs.ocfs2/dump.c	2004-10-11 21:16:31 UTC (rev 326)
+++ trunk/debugfs.ocfs2/dump.c	2004-10-12 18:13:43 UTC (rev 327)
@@ -254,9 +254,8 @@
 	fprintf (out, "\tSubAlloc Bit: %u   SubAlloc Node: %u\n",
 		 blk->h_suballoc_bit, blk->h_suballoc_node);
 
-	fprintf (out, "\tBlknum: %"PRIu64"   Parent: %"PRIu64"   "
-		 "Next Leaf: %"PRIu64"\n",
-		 blk->h_blkno, blk->h_parent_blk, blk->h_next_leaf_blk);
+	fprintf (out, "\tBlknum: %"PRIu64"   Next Leaf: %"PRIu64"\n",
+		 blk->h_blkno, blk->h_next_leaf_blk);
 
 	return ;
 }				/* dump_extent_block */

Modified: trunk/libocfs2/include/ocfs2_fs.h
===================================================================
--- trunk/libocfs2/include/ocfs2_fs.h	2004-10-11 21:16:31 UTC (rev 326)
+++ trunk/libocfs2/include/ocfs2_fs.h	2004-10-12 18:13:43 UTC (rev 327)
@@ -274,9 +274,7 @@
 					   block group */
 	__u32 h_reserved2;
 	__u64 h_blkno;			/* Offset on disk, in blocks */
-/*20*/	__u64 h_parent_blk;		/* Offset on disk, in blocks,
-					   of this block's parent in the
-					   tree */
+/*20*/	__u64 h_reserved3;
 	__u64 h_next_leaf_blk;		/* Offset on disk, in blocks,
 					   of next leaf header pointing
 					   to data */



More information about the Ocfs2-tools-commits mailing list