Re: [PATCH 4/4] btrfs: remove tree_search() in extent_map.c

2010-01-26 Thread Chris Mason
On Tue, Dec 15, 2009 at 02:54:17PM +0800, Miao Xie wrote: > This patch removes tree_search() in extent_map.c because it is not called by > anything. Thank you, I've queued this one up. -chris -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to maj

[PATCH 4/4] btrfs: remove tree_search() in extent_map.c

2009-12-14 Thread Miao Xie
This patch removes tree_search() in extent_map.c because it is not called by anything. Signed-off-by: Miao Xie --- fs/btrfs/extent_map.c | 14 -- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/fs/btrfs/extent_map.c b/fs/btrfs/extent_map.c index 07ec673..fe4bb5e 100