diff options
| author | Chris Mason <chris.mason@fusionio.com> | 2013-02-20 14:06:05 -0500 | 
|---|---|---|
| committer | Chris Mason <chris.mason@fusionio.com> | 2013-02-20 14:06:05 -0500 | 
| commit | e942f883bc6651d50be139477baf6fb0eed3d5bb (patch) | |
| tree | e1d19783e9c8b42198a69c17c9719fb90f302847 /fs/btrfs/extent_io.h | |
| parent | b2c6b3e0611c58fbeb6b9c0892b6249f7bdfaf6b (diff) | |
| parent | 0e4e02636611dbf89a2f36320a32054f9936d6cb (diff) | |
| download | olio-linux-3.10-e942f883bc6651d50be139477baf6fb0eed3d5bb.tar.xz olio-linux-3.10-e942f883bc6651d50be139477baf6fb0eed3d5bb.zip  | |
Merge branch 'raid56-experimental' into for-linus-3.9
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Conflicts:
	fs/btrfs/ctree.h
	fs/btrfs/extent-tree.c
	fs/btrfs/inode.c
	fs/btrfs/volumes.c
Diffstat (limited to 'fs/btrfs/extent_io.h')
| -rw-r--r-- | fs/btrfs/extent_io.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/extent_io.h b/fs/btrfs/extent_io.h index ff182322d11..dc81868d975 100644 --- a/fs/btrfs/extent_io.h +++ b/fs/btrfs/extent_io.h @@ -72,7 +72,7 @@ struct extent_io_ops {  	int (*writepage_start_hook)(struct page *page, u64 start, u64 end);  	int (*writepage_io_hook)(struct page *page, u64 start, u64 end);  	extent_submit_bio_hook_t *submit_bio_hook; -	int (*merge_bio_hook)(struct page *page, unsigned long offset, +	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_failed_hook)(struct page *page, int failed_mirror);  |