Cleanup.
This commit is contained in:
@@ -30,9 +30,9 @@ class FileStore {
|
|||||||
struct Inode {
|
struct Inode {
|
||||||
// the next Inode in memory
|
// the next Inode in memory
|
||||||
FsSize_t next;
|
FsSize_t next;
|
||||||
FsSize_t dataLen;
|
|
||||||
|
|
||||||
// The following variables should not be assumed to exist
|
// The following variables should not be assumed to exist
|
||||||
|
FsSize_t dataLen;
|
||||||
InodeId_t m_id;
|
InodeId_t m_id;
|
||||||
uint8_t refs;
|
uint8_t refs;
|
||||||
FsSize_t left, right;
|
FsSize_t left, right;
|
||||||
|
|||||||
Reference in New Issue
Block a user