Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753101AbbFHJVX (ORCPT ); Mon, 8 Jun 2015 05:21:23 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:35990 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752318AbbFHJVQ (ORCPT ); Mon, 8 Jun 2015 05:21:16 -0400 Date: Mon, 8 Jun 2015 18:21:07 +0900 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 v13 2/5] cgroup: replace explicit ss_mask checking with for_each_subsys_which Message-ID: <20150608092107.GH21465@mtj.duckdns.org> References: <1433547736-11707-1-git-send-email-cyphar@cyphar.com> <1433548938-32560-2-git-send-email-cyphar@cyphar.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433548938-32560-2-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: 605 Lines: 18 On Sat, Jun 06, 2015 at 10:02:15AM +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 (and more efficient) macro. > > Signed-off-by: Aleksa Sarai Applied 1-2 to cgroup/for-4.2. 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/