Increment FileStore version for inode ID size change
This commit is contained in:
parent
8ac88201d7
commit
0bc0340c20
2
deps/ox/src/ox/fs/filestore.hpp
vendored
2
deps/ox/src/ox/fs/filestore.hpp
vendored
@ -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 = 6;
|
const static auto VERSION = 7;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
uint16_t m_version;
|
uint16_t m_version;
|
||||||
|
Loading…
Reference in New Issue
Block a user