]> git.karo-electronics.de Git - linux-beck.git/commit
btrfs/ctree.c: remove the unnecessary 'return -1;' at the end of bin_search
authorWang Sheng-Hui <shhuiw@gmail.com>
Fri, 30 Mar 2012 07:14:27 +0000 (15:14 +0800)
committerJosef Bacik <josef@redhat.com>
Fri, 11 May 2012 14:56:37 +0000 (10:56 -0400)
commitf775738f6fba9c7f6deaa540860d6fb7e2d28445
treead2276d30997368ea4f5fc90daee9d8c71ad03ba
parentd48b97b403d23f6df0b990cee652bdf9a52337a3
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>
fs/btrfs/ctree.c