bcache: Do bkey_put() in btree_split() error path
authorKent Overstreet <kmo@daterainc.com>
Tue, 17 Dec 2013 00:38:49 +0000 (16:38 -0800)
committerKent Overstreet <kmo@daterainc.com>
Wed, 8 Jan 2014 21:05:09 +0000 (13:05 -0800)
This error path shouldn't have been hit in practice.. and we've got reworked
reserve code coming soon so that it shouldn't _ever_ be bit... but if we've got
code for this error path it should be correct.

Signed-off-by: Kent Overstreet <kmo@daterainc.com>
drivers/md/bcache/btree.c

Simple merge