Re: [PATCH V5 12/17] blk-throttle: add interface to configure idle time threshold

From: Tejun Heo
Date: Mon Jan 09 2017 - 15:58:18 EST


On Thu, Dec 15, 2016 at 12:33:03PM -0800, Shaohua Li wrote:
> @@ -180,6 +180,8 @@ struct throtl_data
> unsigned int limit_index;
> bool limit_valid[LIMIT_CNT];
>
> + u64 dft_idle_ttime_threshold;

BTW, wouldn't idle_time be a better name for these? Currently, it's
"idle thinktime" and I'm not sure what that means.

Thanks.

--
tejun