From 565c56eeecc9fc5457fc8931a8593b302135b6b5 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Tue, 17 Oct 2017 20:51:04 -0500 Subject: [PATCH] Increment FileStore version for inode ID size change --- src/ox/fs/filestore.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ox/fs/filestore.hpp b/src/ox/fs/filestore.hpp index d41343b2a..5b4185479 100644 --- a/src/ox/fs/filestore.hpp +++ b/src/ox/fs/filestore.hpp @@ -17,7 +17,7 @@ struct __attribute__((packed)) FileStoreHeader { public: typedef InodeId InodeId_t; typedef FsT FsSize_t; - const static auto VERSION = 6; + const static auto VERSION = 7; private: uint16_t m_version;