summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fs/btrfs/disk-io.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index 26ef14152093..404e894c33d9 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -1787,7 +1787,6 @@ static int cleaner_kthread(void *arg)
int again;
struct btrfs_trans_handle *trans;
- set_freezable();
do {
again = 0;
span> 2022-09-24blk-throttle: improve bypassing bios checkingsYu Kuai1-3/+19 2022-09-24blk-throttle: remove THROTL_TG_HAS_IOPS_LIMITYu Kuai1-7/+1 2022-09-12blk-throttle: fix io hung due to configuration updatesYu Kuai1-0/+9 2022-09-12blk-throttle: fix that io throttle can only work for single bioYu Kuai1-1/+1 2022-03-18block: cancel all throttled bios in del_gendisk()Yu Kuai1-0/+3 2022-02-16block: revert 4f1e9630afe6 ("blk-throtl: optimize IOPS throttle for large IO ...Ming Lei1-5/+0 2022-02-16block: don't try to throttle split bio if iops limit isn't setMing Lei1-0/+11 2022-02-16block: throttle split bio in case of iops limitMing Lei1-2/+0 2021-10-18block: move blk-throtl fast path inlineJens Axboe1-0/+182