From: Kent Overstreet Date: Thu, 11 Jul 2013 01:31:58 +0000 (-0700) Subject: bcache: Allocation kthread fixes X-Git-Tag: v3.11-rc3~32^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79826c35eb99cd3c0873b8396f45fa26c87fb0b0;p=pandora-kernel.git bcache: Allocation kthread fixes The alloc kthread should've been using try_to_freeze() - and also there was the potential for the alloc kthread to get woken up after it had shut down, which would have been bad. Signed-off-by: Kent Overstreet --- Reading git-diff-tree failed