Loading drivers/md/dm-thin.c +1 −1 Original line number Diff line number Diff line Loading @@ -161,7 +161,7 @@ static void throttle_work_start(struct throttle *t) static void throttle_work_update(struct throttle *t) { if (!t->throttle_applied && jiffies > t->threshold) { if (!t->throttle_applied && time_is_before_jiffies(t->threshold)) { down_write(&t->lock); t->throttle_applied = true; } Loading Loading
drivers/md/dm-thin.c +1 −1 Original line number Diff line number Diff line Loading @@ -161,7 +161,7 @@ static void throttle_work_start(struct throttle *t) static void throttle_work_update(struct throttle *t) { if (!t->throttle_applied && jiffies > t->threshold) { if (!t->throttle_applied && time_is_before_jiffies(t->threshold)) { down_write(&t->lock); t->throttle_applied = true; } Loading