commit | f775738f6fba9c7f6deaa540860d6fb7e2d28445 | [log] [tgz] |
---|---|---|
author | Wang Sheng-Hui <shhuiw@gmail.com> | Fri Mar 30 15:14:27 2012 +0800 |
committer | Josef Bacik <josef@redhat.com> | Fri May 11 10:56:37 2012 -0400 |
tree | ad2276d30997368ea4f5fc90daee9d8c71ad03ba | |
parent | d48b97b403d23f6df0b990cee652bdf9a52337a3 [diff] |
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 <shhuiw@gmail.com>