diff options
author | Jeff Mahoney <jeffm@suse.com> | 2016-06-21 20:49:29 -0400 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2016-07-26 07:54:23 -0400 |
commit | 0c83b62e2222a8872f0b65d50540fdfa53b675ff (patch) | |
tree | fc69e4d873bf7f7ad22024203d47d86d04100aad /fs/btrfs | |
parent | df3975652f23dcfb72aa043a32ecaf587e75b158 (diff) |
btrfs: cleanup, remove prototype for btrfs_find_root_ref
The function isn't implemented anywhere.
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs')
-rw-r--r-- | fs/btrfs/ctree.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 41d5ca986c0c..950e4ee6b66e 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -2888,9 +2888,6 @@ void btrfs_put_tree_mod_seq(struct btrfs_fs_info *fs_info, | |||
2888 | int btrfs_old_root_level(struct btrfs_root *root, u64 time_seq); | 2888 | int btrfs_old_root_level(struct btrfs_root *root, u64 time_seq); |
2889 | 2889 | ||
2890 | /* root-item.c */ | 2890 | /* root-item.c */ |
2891 | int btrfs_find_root_ref(struct btrfs_root *tree_root, | ||
2892 | struct btrfs_path *path, | ||
2893 | u64 root_id, u64 ref_id); | ||
2894 | int btrfs_add_root_ref(struct btrfs_trans_handle *trans, | 2891 | int btrfs_add_root_ref(struct btrfs_trans_handle *trans, |
2895 | struct btrfs_root *tree_root, | 2892 | struct btrfs_root *tree_root, |
2896 | u64 root_id, u64 ref_id, u64 dirid, u64 sequence, | 2893 | u64 root_id, u64 ref_id, u64 dirid, u64 sequence, |