Btrfs: add rw argument to merge_bio_hook()
[deliverable/linux.git] / fs / btrfs / ctree.h
index 547b7b05727f917dfc2bad6516f5c5b30ea12c68..0ab51be6879fc8a4a3ed02fd592503adf85799bf 100644 (file)
@@ -3459,9 +3459,9 @@ int btrfs_writepages(struct address_space *mapping,
                     struct writeback_control *wbc);
 int btrfs_create_subvol_root(struct btrfs_trans_handle *trans,
                             struct btrfs_root *new_root, u64 new_dirid);
-int btrfs_merge_bio_hook(struct page *page, unsigned long offset,
-                        size_t size, struct bio *bio, unsigned long bio_flags);
-
+int btrfs_merge_bio_hook(int rw, struct page *page, unsigned long offset,
+                        size_t size, struct bio *bio,
+                        unsigned long bio_flags);
 int btrfs_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf);
 int btrfs_readpage(struct file *file, struct page *page);
 void btrfs_evict_inode(struct inode *inode);
This page took 0.0269 seconds and 5 git commands to generate.