bcache: Fix a lockdep splat
authorKent Overstreet <kmo@daterainc.com>
Fri, 25 Oct 2013 00:12:52 +0000 (17:12 -0700)
committerKent Overstreet <kmo@daterainc.com>
Mon, 11 Nov 2013 05:55:54 +0000 (21:55 -0800)
commitdd9ec84da530d3a92e99ad1f52edae44533cc27f
tree43c12f26c5b2a03fd553803d808d9553f4636de8
parent7857d5d470ec53bae187d144c69065ad3c0ebc21
bcache: Fix a lockdep splat

bch_keybuf_del() takes a spinlock that can't be taken in interrupt context -
whoops. Fortunately, this code isn't enabled by default (you have to toggle a
sysfs thing).

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