btrfs: move btrfs_realloc_node() from ctree.c into defrag.c
[linux-2.6-block.git] / fs / btrfs / ctree.h
index f84266f61767cc73b636d4d21dd42e44034388e8..208a1888ca076bd9e406f6883e7594b822e45bcd 100644 (file)
@@ -557,10 +557,6 @@ int btrfs_search_slot_for_read(struct btrfs_root *root,
                               const struct btrfs_key *key,
                               struct btrfs_path *p, int find_higher,
                               int return_any);
-int btrfs_realloc_node(struct btrfs_trans_handle *trans,
-                      struct btrfs_root *root, struct extent_buffer *parent,
-                      int start_slot, u64 *last_ret,
-                      struct btrfs_key *progress);
 void btrfs_release_path(struct btrfs_path *p);
 struct btrfs_path *btrfs_alloc_path(void);
 void btrfs_free_path(struct btrfs_path *p);