~ubuntu-branches/debian/jessie/btrfs-tools/jessie

« back to all changes in this revision

Viewing changes to disk-io.h

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-10-11 16:54:05 UTC
  • mfrom: (1.2.14) (6.1.39 sid)
  • Revision ID: package-import@ubuntu.com-20141011165405-zvdemnhzw41f2doj
Tags: 3.16.2-1
* New upstream release.
* Drop patches (not needed, or upstremed), but unaligned memory access.
* Update upstream location in uscan, to pull release by kdave.
* Use upstream fsck.btrfs script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
int read_whole_eb(struct btrfs_fs_info *info, struct extent_buffer *eb, int mirror);
49
49
struct extent_buffer *read_tree_block(struct btrfs_root *root, u64 bytenr,
50
50
                                      u32 blocksize, u64 parent_transid);
51
 
int readahead_tree_block(struct btrfs_root *root, u64 bytenr, u32 blocksize,
52
 
                         u64 parent_transid);
 
51
void readahead_tree_block(struct btrfs_root *root, u64 bytenr, u32 blocksize,
 
52
                          u64 parent_transid);
53
53
struct extent_buffer *btrfs_find_create_tree_block(struct btrfs_root *root,
54
54
                                                   u64 bytenr, u32 blocksize);
55
55