Removed unused checksumfs_node::content. We use the rest of the node block

for managing the content.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37624 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2010-07-20 17:01:24 +00:00
parent 72e9c2846a
commit 7461b83d3b

View File

@ -47,7 +47,6 @@ struct checksumfs_node {
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)