Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965720AbbDVPb3 (ORCPT ); Wed, 22 Apr 2015 11:31:29 -0400 Received: from mail-qk0-f175.google.com ([209.85.220.175]:34331 "EHLO mail-qk0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965694AbbDVPb0 (ORCPT ); Wed, 22 Apr 2015 11:31:26 -0400 Date: Wed, 22 Apr 2015 11:31:21 -0400 From: Tejun Heo To: Aleksa Sarai Cc: lizefan@huawei.com, mingo@redhat.com, peterz@infradead.org, richard@nod.at, fweisbec@gmail.com, linux-kernel@vger.kernel.org, cgroups@vger.kernel.org Subject: Re: [PATCH v10 2/4] cgroups: replace explicit ss_mask checking with for_each_subsys_which Message-ID: <20150422153121.GC10738@htj.duckdns.org> References: <1429446154-10660-1-git-send-email-cyphar@cyphar.com> <1429446154-10660-3-git-send-email-cyphar@cyphar.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1429446154-10660-3-git-send-email-cyphar@cyphar.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 571 Lines: 18 On Sun, Apr 19, 2015 at 10:22:32PM +1000, Aleksa Sarai wrote: > Replace the explicit checking against ss_masks inside a for_each_subsys > block with for_each_subsys_which(ss_mask, ...), to take advantage of the > more readable macro. > > Signed-off-by: Aleksa Sarai Looks good to me. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/