Btrfs: make sure btrfs_update_delayed_ref doesn't increase ref_mod
[deliverable/linux.git] / fs / btrfs / delayed-ref.h
index 57153fcc347bbcc285c56ad6d96d84b61e180ef1..3bec2ff0b15c907cee10209b46b1c07fdb8f6a03 100644 (file)
@@ -22,6 +22,7 @@
 #define BTRFS_ADD_DELAYED_REF    1 /* add one backref to the tree */
 #define BTRFS_DROP_DELAYED_REF   2 /* delete one backref from the tree */
 #define BTRFS_ADD_DELAYED_EXTENT 3 /* record a full extent allocation */
+#define BTRFS_UPDATE_DELAYED_HEAD 4 /* not changing ref count on head ref */
 
 struct btrfs_delayed_ref_node {
        struct rb_node rb_node;
This page took 0.02853 seconds and 5 git commands to generate.