4 Commits

2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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);