These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / fs / btrfs / free-space-cache.h
index a16a029..f251865 100644 (file)
@@ -23,6 +23,7 @@ struct btrfs_free_space {
        struct rb_node offset_index;
        u64 offset;
        u64 bytes;
+       u64 max_extent_size;
        unsigned long *bitmap;
        struct list_head list;
 };