diff options
Diffstat (limited to 'fs/btrfs/backref.h')
-rw-r--r-- | fs/btrfs/backref.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/btrfs/backref.h b/fs/btrfs/backref.h index 54d58988483a..777f61dc081e 100644 --- a/fs/btrfs/backref.h +++ b/fs/btrfs/backref.h | |||
@@ -57,7 +57,8 @@ int btrfs_find_one_extref(struct btrfs_root *root, u64 inode_objectid, | |||
57 | u64 start_off, struct btrfs_path *path, | 57 | u64 start_off, struct btrfs_path *path, |
58 | struct btrfs_inode_extref **ret_extref, | 58 | struct btrfs_inode_extref **ret_extref, |
59 | u64 *found_off); | 59 | u64 *found_off); |
60 | int btrfs_check_shared(struct btrfs_root *root, u64 inum, u64 bytenr); | 60 | int btrfs_check_shared(struct btrfs_root *root, u64 inum, u64 bytenr, |
61 | struct ulist *roots, struct ulist *tmp_ulist); | ||
61 | 62 | ||
62 | int __init btrfs_prelim_ref_init(void); | 63 | int __init btrfs_prelim_ref_init(void); |
63 | void __cold btrfs_prelim_ref_exit(void); | 64 | void __cold btrfs_prelim_ref_exit(void); |