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 2a1ac6bfc724..9c41fbac3009 100644 --- a/fs/btrfs/backref.h +++ b/fs/btrfs/backref.h | |||
@@ -32,9 +32,6 @@ struct inode_fs_paths { | |||
32 | typedef int (iterate_extent_inodes_t)(u64 inum, u64 offset, u64 root, | 32 | typedef int (iterate_extent_inodes_t)(u64 inum, u64 offset, u64 root, |
33 | void *ctx); | 33 | void *ctx); |
34 | 34 | ||
35 | int inode_item_info(u64 inum, u64 ioff, struct btrfs_root *fs_root, | ||
36 | struct btrfs_path *path); | ||
37 | |||
38 | int extent_from_logical(struct btrfs_fs_info *fs_info, u64 logical, | 35 | int extent_from_logical(struct btrfs_fs_info *fs_info, u64 logical, |
39 | struct btrfs_path *path, struct btrfs_key *found_key, | 36 | struct btrfs_path *path, struct btrfs_key *found_key, |
40 | u64 *flags); | 37 | u64 *flags); |