[haiku-commits] r37624 - haiku/trunk/src/tests/system/kernel/file_corruption

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 20 Jul 2010 19:01:24 +0200 (CEST)

Author: bonefish
Date: 2010-07-20 19:01:24 +0200 (Tue, 20 Jul 2010)
New Revision: 37624
Changeset: http://dev.haiku-os.org/changeset/37624

Modified:
   haiku/trunk/src/tests/system/kernel/file_corruption/checksumfs.h
Log:
Removed unused checksumfs_node::content. We use the rest of the node block
for managing the content.


Modified: haiku/trunk/src/tests/system/kernel/file_corruption/checksumfs.h
===================================================================
--- haiku/trunk/src/tests/system/kernel/file_corruption/checksumfs.h    
2010-07-20 16:59:53 UTC (rev 37623)
+++ haiku/trunk/src/tests/system/kernel/file_corruption/checksumfs.h    
2010-07-20 17:01:24 UTC (rev 37624)
@@ -47,7 +47,6 @@
        uint64  modificationTime;       //
        uint64  changeTime;                     //
        uint64  hardLinks;                      // number of references to the 
node
-       uint64  content;                        // block index of the content 
(0 if empty)
        uint64  size;                           // content size in bytes
        uint64  parentDirectory;        // block index of the parent directory
                                                                // (directories 
and attributes only)


Other related posts:

  • » [haiku-commits] r37624 - haiku/trunk/src/tests/system/kernel/file_corruption - ingo_weinhold