Jiri Kosina 7c87df9c15 bcache: bch_writeback_thread() is not freezable
bch_writeback_thread() is calling try_to_freeze(), but that's just an
expensive no-op given the fact that the thread is not marked freezable.

I/O helper kthreads, exactly such as the bcache writeback thread, actually
shouldn't be freezable, because they are potentially necessary for
finalizing the image write-out.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Jens Axboe <axboe@fb.com>
2016-05-24 09:00:40 -06:00
..
2016-03-14 11:36:10 -07:00
2014-01-14 23:23:03 -05:00
2016-01-04 10:29:12 -05:00
2012-07-30 17:25:16 -07:00
2015-10-31 19:06:01 -04:00
2016-04-13 13:33:19 -06:00
2016-01-20 13:52:20 -08:00
2016-01-15 12:28:00 -08:00
2015-08-13 12:31:57 -06:00
2016-04-13 13:33:19 -06:00
2016-04-29 14:18:03 -07:00