From f775738f6fba9c7f6deaa540860d6fb7e2d28445 Mon Sep 17 00:00:00 2001 From: Wang Sheng-Hui Date: Fri, 30 Mar 2012 15:14:27 +0800 Subject: [PATCH] btrfs/ctree.c: remove the unnecessary 'return -1;' at the end of bin_search The code path should not reach there. Remove it. Signed-off-by: Wang Sheng-Hui --- Reading git-format-patch failed