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 7928d0c6..be1e7476 100644 --- a/libbcachefs/inode_format.h +++ b/libbcachefs/inode_format.h @@ -101,7 +101,8 @@ struct bch_inode_generation { x(bi_dir_offset, 64) \ x(bi_subvol, 32) \ x(bi_parent_subvol, 32) \ - x(bi_nocow, 8) + x(bi_nocow, 8) \ + x(bi_depth, 32) /* subset of BCH_INODE_FIELDS */ #define BCH_INODE_OPTS() \ |