summaryrefslogtreecommitdiff
path: root/fs/bcachefs/logged_ops_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/bcachefs/logged_ops_format.h')
-rw-r--r--fs/bcachefs/logged_ops_format.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/bcachefs/logged_ops_format.h b/fs/bcachefs/logged_ops_format.h
index 6a4bf7129dba..cfb67c95d4c8 100644
--- a/fs/bcachefs/logged_ops_format.h
+++ b/fs/bcachefs/logged_ops_format.h
@@ -2,6 +2,11 @@
#ifndef _BCACHEFS_LOGGED_OPS_FORMAT_H
#define _BCACHEFS_LOGGED_OPS_FORMAT_H
+enum logged_ops_inums {
+ LOGGED_OPS_INUM_logged_ops,
+ LOGGED_OPS_INUM_inode_cursors,
+};
+
struct bch_logged_op_truncate {
struct bch_val v;
__le32 subvol;