diff options
Diffstat (limited to 'libbcachefs/inode_format.h')
-rw-r--r-- | libbcachefs/inode_format.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbcachefs/inode_format.h b/libbcachefs/inode_format.h index b99a5bf1..117110af 100644 --- a/libbcachefs/inode_format.h +++ b/libbcachefs/inode_format.h @@ -137,7 +137,8 @@ enum inode_opt_id { x(i_sectors_dirty, 6) \ x(unlinked, 7) \ x(backptr_untrusted, 8) \ - x(has_child_snapshot, 9) + x(has_child_snapshot, 9) \ + x(casefolded, 10) /* bits 20+ reserved for packed fields below: */ |