]> git.baikalelectronics.ru Git - kernel.git/commit
bcache: add cond_resched() in __bch_cache_cmp()
authorShile Zhang <shile.zhang@linux.alibaba.com>
Tue, 3 Sep 2019 13:25:43 +0000 (21:25 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 3 Sep 2019 14:08:28 +0000 (08:08 -0600)
commitec782870e24568cef932a365953df2da9fdbf7c9
tree3f1029185405a8724b71997a7b1b4f4356b7e8d5
parent40e50e3853a676bc236f57447962201e739f05bf
bcache: add cond_resched() in __bch_cache_cmp()

Read /sys/fs/bcache/<uuid>/cacheN/priority_stats can take very long
time with huge cache after long run.

Signed-off-by: Shile Zhang <shile.zhang@linux.alibaba.com>
Tested-by: Heitor Alves de Siqueira <halves@canonical.com>
Signed-off-by: Coly Li <colyli@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/sysfs.c