]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/btree_types.h
Update bcachefs sources to 6a20aede29 bcachefs: Fix quotas + snapshots
[bcachefs-tools-debian] / libbcachefs / btree_types.h
index 6250f34fe561e58d5c9b258e4cc11cedd065c522..d4ff72128ad3d2a3e06a8a2e3daf2868c8836943 100644 (file)
@@ -221,6 +221,7 @@ static const u16 BTREE_ITER_FILTER_SNAPSHOTS        = 1 << 12;
 static const u16 BTREE_ITER_NOPRESERVE         = 1 << 13;
 static const u16 BTREE_ITER_CACHED_NOFILL      = 1 << 14;
 static const u16 BTREE_ITER_KEY_CACHE_FILL     = 1 << 15;
+#define __BTREE_ITER_FLAGS_END                        16
 
 enum btree_path_uptodate {
        BTREE_ITER_UPTODATE             = 0,