Btrfs: Enable delalloc accounting
[linux-2.6-block.git] / fs / btrfs / extent_io.h
index a96c5a14134e2ff480f7df1d2d59dd669c7dc32a..6fd5e2c90615c4bdf77c854a4e02cd2f2a7d5782 100644 (file)
@@ -34,9 +34,9 @@ struct extent_io_ops {
        void (*writepage_end_io_hook)(struct page *page, u64 start, u64 end,
                                      struct extent_state *state);
        int (*set_bit_hook)(struct inode *inode, u64 start, u64 end,
-                           unsigned long bits);
+                           unsigned long old, unsigned long bits);
        int (*clear_bit_hook)(struct inode *inode, u64 start, u64 end,
-                           unsigned long bits);
+                           unsigned long old, unsigned long bits);
 };
 
 struct extent_io_tree {