This commit is contained in:
2016-06-30 00:05:20 -05:00
parent f9d9a50e83
commit f7d136bbc4
+1 -1
View File
@@ -30,9 +30,9 @@ class FileStore {
struct Inode {
// the next Inode in memory
FsSize_t next;
FsSize_t dataLen;
// The following variables should not be assumed to exist
FsSize_t dataLen;
InodeId_t m_id;
uint8_t refs;
FsSize_t left, right;