diff options
Diffstat (limited to 'fs/btrfs/backref.h')
-rw-r--r-- | fs/btrfs/backref.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/btrfs/backref.h b/fs/btrfs/backref.h index 9c41fbac3009..f9428aaaa77a 100644 --- a/fs/btrfs/backref.h +++ b/fs/btrfs/backref.h | |||
@@ -68,9 +68,7 @@ int btrfs_find_one_extref(struct btrfs_root *root, u64 inode_objectid, | |||
68 | u64 start_off, struct btrfs_path *path, | 68 | u64 start_off, struct btrfs_path *path, |
69 | struct btrfs_inode_extref **ret_extref, | 69 | struct btrfs_inode_extref **ret_extref, |
70 | u64 *found_off); | 70 | u64 *found_off); |
71 | int btrfs_check_shared(struct btrfs_trans_handle *trans, | 71 | int btrfs_check_shared(struct btrfs_root *root, u64 inum, u64 bytenr); |
72 | struct btrfs_fs_info *fs_info, u64 root_objectid, | ||
73 | u64 inum, u64 bytenr); | ||
74 | 72 | ||
75 | int __init btrfs_prelim_ref_init(void); | 73 | int __init btrfs_prelim_ref_init(void); |
76 | void btrfs_prelim_ref_exit(void); | 74 | void btrfs_prelim_ref_exit(void); |