[Tux3] [PATCH 07/10] Fix dleaf_dump()

OGAWA Hirofumi hirofumi at mail.parknet.co.jp
Fri Oct 17 02:43:39 PDT 2008



---

 user/test/filemap.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN user/test/filemap.c~dleaf-dump user/test/filemap.c
--- tux3/user/test/filemap.c~dleaf-dump	2008-10-16 01:20:44.000000000 +0900
+++ tux3-hirofumi/user/test/filemap.c	2008-10-16 01:20:44.000000000 +0900
@@ -203,7 +203,7 @@ retry:;
 			dwalk_pack(walk, index, extent(seg[i].block, extent_count(seg[i])));
 			index += extent_count(seg[i]);
 		}
-		//dleaf_dump(sb->blocksize, leaf);
+		//dleaf_dump(&inode->btree, leaf);
 		/* assert we used exactly the expected space */
 		/* assert(??? == ???); */
 		/* check leaf */
_

_______________________________________________
Tux3 mailing list
Tux3 at tux3.org
http://tux3.org/cgi-bin/mailman/listinfo/tux3



More information about the Tux3 mailing list