diff options
Diffstat (limited to 'fs/btrfs/extent_io.h')
-rw-r--r-- | fs/btrfs/extent_io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/extent_io.h b/fs/btrfs/extent_io.h index 315cfceae312..3cb411a5f4d3 100644 --- a/fs/btrfs/extent_io.h +++ b/fs/btrfs/extent_io.h | |||
@@ -50,6 +50,7 @@ struct extent_io_ops { | |||
50 | unsigned long old, unsigned long bits); | 50 | unsigned long old, unsigned long bits); |
51 | int (*clear_bit_hook)(struct inode *inode, u64 start, u64 end, | 51 | int (*clear_bit_hook)(struct inode *inode, u64 start, u64 end, |
52 | unsigned long old, unsigned long bits); | 52 | unsigned long old, unsigned long bits); |
53 | int (*write_cache_pages_lock_hook)(struct page *page); | ||
53 | }; | 54 | }; |
54 | 55 | ||
55 | struct extent_io_tree { | 56 | struct extent_io_tree { |