From: Kent Overstreet Date: Fri, 25 Oct 2013 00:12:52 +0000 (-0700) Subject: bcache: Fix a lockdep splat X-Git-Tag: v3.13-rc1~68^2~1^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd9ec84da530d3a92e99ad1f52edae44533cc27f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed