Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e976fd3fe6 | |||
| 9308b5e59c | |||
| df1605d189 | |||
| e3ff37c6c9 |
@@ -17,7 +17,7 @@ struct __attribute__((packed)) FileStoreHeader {
|
|||||||
public:
|
public:
|
||||||
typedef InodeId InodeId_t;
|
typedef InodeId InodeId_t;
|
||||||
typedef FsT FsSize_t;
|
typedef FsT FsSize_t;
|
||||||
const static auto VERSION = 4;
|
const static auto VERSION = 5;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
uint16_t m_version;
|
uint16_t m_version;
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ class FileSystemTemplate: public FileSystem {
|
|||||||
FileStore *store = nullptr;
|
FileStore *store = nullptr;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
FileSystemTemplate(void *buff);
|
explicit FileSystemTemplate(void *buff);
|
||||||
|
|
||||||
int mkdir(const char *path);
|
int mkdir(const char *path);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user