diff options
| author | Takashi Iwai <tiwai@suse.de> | 2012-08-20 15:26:04 -0400 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2012-08-20 15:26:04 -0400 |
| commit | f0b433e9f362e0b7f0ce7d1489dd7feba068605d (patch) | |
| tree | d4bfd9489cf4a96a55d83af20919f477a846d585 /fs/btrfs/backref.h | |
| parent | fa2f5bf09610d3c216d4c74855edbe00d636467c (diff) | |
| parent | 28c42c28309244d0b15d1b385e33429d59997679 (diff) | |
Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Additional updates for 3.6
A batch more bugfixes, all driver-specific and fairly small and
unremarkable in a global context. The biggest batch are for the newly
added Arizona drivers.
Diffstat (limited to 'fs/btrfs/backref.h')
| -rw-r--r-- | fs/btrfs/backref.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fs/btrfs/backref.h b/fs/btrfs/backref.h index c18d8ac7b795..032f4dc7eab8 100644 --- a/fs/btrfs/backref.h +++ b/fs/btrfs/backref.h | |||
| @@ -21,6 +21,7 @@ | |||
| 21 | 21 | ||
| 22 | #include "ioctl.h" | 22 | #include "ioctl.h" |
| 23 | #include "ulist.h" | 23 | #include "ulist.h" |
| 24 | #include "extent_io.h" | ||
| 24 | 25 | ||
| 25 | #define BTRFS_BACKREF_SEARCH_COMMIT_ROOT ((struct btrfs_trans_handle *)0) | 26 | #define BTRFS_BACKREF_SEARCH_COMMIT_ROOT ((struct btrfs_trans_handle *)0) |
| 26 | 27 | ||
| @@ -58,8 +59,10 @@ int paths_from_inode(u64 inum, struct inode_fs_paths *ipath); | |||
| 58 | 59 | ||
| 59 | int btrfs_find_all_roots(struct btrfs_trans_handle *trans, | 60 | int btrfs_find_all_roots(struct btrfs_trans_handle *trans, |
| 60 | struct btrfs_fs_info *fs_info, u64 bytenr, | 61 | struct btrfs_fs_info *fs_info, u64 bytenr, |
| 61 | u64 delayed_ref_seq, u64 time_seq, | 62 | u64 time_seq, struct ulist **roots); |
| 62 | struct ulist **roots); | 63 | char *btrfs_iref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path, |
| 64 | struct btrfs_inode_ref *iref, struct extent_buffer *eb, | ||
| 65 | u64 parent, char *dest, u32 size); | ||
| 63 | 66 | ||
| 64 | struct btrfs_data_container *init_data_container(u32 total_bytes); | 67 | struct btrfs_data_container *init_data_container(u32 total_bytes); |
| 65 | struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root, | 68 | struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root, |
