Merge branch 'raid56-experimental' into for-linus-3.9
[deliverable/linux.git] / fs / btrfs / extent_io.h
index b14b36a80eba642dd8e7f8a00c60884431fdd663..dc81868d975a9f0cfb8604f6c1b79ef904dc4f73 100644 (file)
@@ -75,7 +75,6 @@ struct extent_io_ops {
        int (*merge_bio_hook)(int rw, struct page *page, unsigned long offset,
                              size_t size, struct bio *bio,
                              unsigned long bio_flags);
-       int (*readpage_io_hook)(struct page *page, u64 start, u64 end);
        int (*readpage_io_failed_hook)(struct page *page, int failed_mirror);
        int (*readpage_end_io_hook)(struct page *page, u64 start, u64 end,
                                    struct extent_state *state, int mirror);
@@ -90,8 +89,6 @@ struct extent_io_ops {
                                  struct extent_state *other);
        void (*split_extent_hook)(struct inode *inode,
                                  struct extent_state *orig, u64 split);
-       int (*write_cache_pages_lock_hook)(struct page *page, void *data,
-                                          void (*flush_fn)(void *));
 };
 
 struct extent_io_tree {
This page took 0.035262 seconds and 5 git commands to generate.