summaryrefslogtreecommitdiff
path: root/libbcachefs/logged_ops_format.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-12-06 20:48:25 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2024-12-08 16:00:44 -0500
commit8b31dfb3500fc642ccd36f0aaa0c3ab1b54abb1c (patch)
tree6144105d041efc511d5797a106feff718e1fba55 /libbcachefs/logged_ops_format.h
parent2aeeac7785d647c02ef5612795025f3c9ce436ec (diff)
Update bcachefs sources to 55a65a994ed5 bcachefs: bcachefs_metadata_version_persistent_inode_cursors
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'libbcachefs/logged_ops_format.h')
-rw-r--r--libbcachefs/logged_ops_format.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libbcachefs/logged_ops_format.h b/libbcachefs/logged_ops_format.h
index 0b370a96..cfb67c95 100644
--- a/libbcachefs/logged_ops_format.h
+++ b/libbcachefs/logged_ops_format.h
@@ -2,7 +2,10 @@
#ifndef _BCACHEFS_LOGGED_OPS_FORMAT_H
#define _BCACHEFS_LOGGED_OPS_FORMAT_H
-#define LOGGED_OPS_INUM 0
+enum logged_ops_inums {
+ LOGGED_OPS_INUM_logged_ops,
+ LOGGED_OPS_INUM_inode_cursors,
+};
struct bch_logged_op_truncate {
struct bch_val v;