diff options
Diffstat (limited to 'fs/btrfs/backref.h')
-rw-r--r-- | fs/btrfs/backref.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/btrfs/backref.h b/fs/btrfs/backref.h index 310a7f6d09b1..0f446d7ca2c0 100644 --- a/fs/btrfs/backref.h +++ b/fs/btrfs/backref.h | |||
@@ -59,9 +59,6 @@ int paths_from_inode(u64 inum, struct inode_fs_paths *ipath); | |||
59 | int btrfs_find_all_roots(struct btrfs_trans_handle *trans, | 59 | int btrfs_find_all_roots(struct btrfs_trans_handle *trans, |
60 | struct btrfs_fs_info *fs_info, u64 bytenr, | 60 | struct btrfs_fs_info *fs_info, u64 bytenr, |
61 | u64 time_seq, struct ulist **roots); | 61 | u64 time_seq, struct ulist **roots); |
62 | char *btrfs_iref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path, | ||
63 | struct btrfs_inode_ref *iref, struct extent_buffer *eb, | ||
64 | u64 parent, char *dest, u32 size); | ||
65 | char *btrfs_ref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path, | 62 | char *btrfs_ref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path, |
66 | u32 name_len, unsigned long name_off, | 63 | u32 name_len, unsigned long name_off, |
67 | struct extent_buffer *eb_in, u64 parent, | 64 | struct extent_buffer *eb_in, u64 parent, |