[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180530131159.GB4035@cmpxchg.org>
Date: Wed, 30 May 2018 09:11:59 -0400
From: Johannes Weiner <hannes@...xchg.org>
To: Josef Bacik <josef@...icpanda.com>
Cc: axboe@...nel.dk, kernel-team@...com, linux-block@...r.kernel.org,
akpm@...ux-foundation.org, linux-mm@...ck.org,
linux-kernel@...r.kernel.org, tj@...nel.org,
linux-fsdevel@...r.kernel.org, Josef Bacik <jbacik@...com>
Subject: Re: [PATCH 06/13] blkcg: add generic throttling mechanism
On Tue, May 29, 2018 at 05:17:17PM -0400, Josef Bacik wrote:
> @@ -1099,6 +1099,11 @@ struct task_struct {
> unsigned int memcg_nr_pages_over_high;
> #endif
>
> +#ifdef CONFIG_BLK_CGROUP
> + struct request_queue *throttle_queue;
> + bool use_memdelay;
> +#endif
Since you only touch use_memdelay from current, you can make this a
single bit and pack it with the other task flags farther up;
memcg_may_oom, no_cgroup_migration and friends.
Powered by blists - more mailing lists