Upgrade FileStore format verion due to addition of packed attribute

This commit is contained in:
2017-04-18 17:24:41 -05:00
parent 9308b5e59c
commit e976fd3fe6
+1 -1
View File
@@ -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;