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