Skip to content

Commit 51eae3d

Browse files
committed
inode: init: does not enable use flag yet
1 parent 8b08a68 commit 51eae3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/inode.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,8 @@ int zdbfs_inode_init(zdbfs_t *fs) {
973973
zdb_reply_t *reply;
974974
zdbfs_header_t header = {
975975
.version = ZDBFS_INTERNAL_VERSION,
976-
.flags = ZDBFS_FLAGS_IN_USE,
976+
// .flags = ZDBFS_FLAGS_IN_USE,
977+
.flags = 0,
977978
.size = fs->fssize,
978979
};
979980

0 commit comments

Comments
 (0)