lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 2 Feb 2012 14:47:49 -0800
From:	Tejun Heo <tj@...nel.org>
To:	Vivek Goyal <vgoyal@...hat.com>
Cc:	axboe@...nel.dk, ctalbott@...gle.com, rni@...gle.com,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 09/11] blkcg: move per-queue blkg list heads and counters
 to queue and blkg

Hello,

On Thu, Feb 2, 2012 at 2:47 PM, Vivek Goyal <vgoyal@...hat.com> wrote:
> On Wed, Feb 01, 2012 at 01:19:14PM -0800, Tejun Heo wrote:
>
> [..]
>> diff --git a/block/blk-core.c b/block/blk-core.c
>> index ab0a11b..025ef60 100644
>> --- a/block/blk-core.c
>> +++ b/block/blk-core.c
>> @@ -546,6 +546,10 @@ struct request_queue *blk_alloc_queue_node(gfp_t gfp_mask, int node_id)
>>       setup_timer(&q->timeout, blk_rq_timed_out_timer, (unsigned long) q);
>>       INIT_LIST_HEAD(&q->timeout_list);
>>       INIT_LIST_HEAD(&q->icq_list);
>> +#if defined(CONFIG_BLK_CGROUP) || defined(CONFIG_BLK_CGROUP_MODULE)
>
> BLK_CGROUP_MODULE not required as you got rid of this possiblity in the
> first patch itself
>
>>
>>       struct list_head        icq_list;
>> +#if defined(CONFIG_BLK_CGROUP) || defined(CONFIG_BLK_CGROUP_MODULE)
>
> Ditto.

Ooh, right.  Will remove them.  Thanks.

-- 
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ