From: Jeff Mahoney Date: Wed, 22 Jun 2016 00:49:29 +0000 (-0400) Subject: btrfs: cleanup, remove prototype for btrfs_find_root_ref X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0c83b62e2222a8872f0b65d50540fdfa53b675ff;p=linux-beck.git btrfs: cleanup, remove prototype for btrfs_find_root_ref The function isn't implemented anywhere. Signed-off-by: Jeff Mahoney Signed-off-by: David Sterba --- 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, int btrfs_old_root_level(struct btrfs_root *root, u64 time_seq); /* root-item.c */ -int btrfs_find_root_ref(struct btrfs_root *tree_root, - struct btrfs_path *path, - u64 root_id, u64 ref_id); int btrfs_add_root_ref(struct btrfs_trans_handle *trans, struct btrfs_root *tree_root, u64 root_id, u64 ref_id, u64 dirid, u64 sequence,