提交 29e6c57c 编写于 作者: J Jiri Kosina 提交者: Jens Axboe

bcache: bch_gc_thread() is not freezable

bch_gc_thread() doesn't mark itself freezable, so calling try_to_freeze()
in its context is just an expensive no-op.
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
Signed-off-by: NJens Axboe <axboe@fb.com>
上级 770b8ce4
......@@ -27,7 +27,6 @@
#include <linux/slab.h>
#include <linux/bitops.h>
#include <linux/freezer.h>
#include <linux/hash.h>
#include <linux/kthread.h>
#include <linux/prefetch.h>
......@@ -1787,7 +1786,6 @@ static int bch_gc_thread(void *arg)
mutex_unlock(&c->bucket_lock);
try_to_freeze();
schedule();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册