Upgrade FileStore format verion due to addition of packed attribute
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user