bcache: Allocation kthread fixes
authorKent Overstreet <kmo@daterainc.com>
Thu, 11 Jul 2013 01:31:58 +0000 (18:31 -0700)
committerKent Overstreet <kmo@daterainc.com>
Fri, 12 Jul 2013 07:22:49 +0000 (00:22 -0700)
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 <kmo@daterainc.com>

No differences found