Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752889Ab1EOTxp (ORCPT ); Sun, 15 May 2011 15:53:45 -0400 Received: from smtp-out.google.com ([216.239.44.51]:11241 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752535Ab1EOTxm (ORCPT ); Sun, 15 May 2011 15:53:42 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=google.com; s=beta; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=arTWgJiFpv3ayNpYSnD6wOCeoENKN48humZiAiAYkiBblBXcvbbvRWTCE/ypHR6fJL KwZpNJn5pUCViU9MInvg== MIME-Version: 1.0 In-Reply-To: <20110513185152.56c41483.kamezawa.hiroyu@jp.fujitsu.com> References: <1305276473-14780-1-git-send-email-gthelen@google.com> <1305276473-14780-10-git-send-email-gthelen@google.com> <20110513185152.56c41483.kamezawa.hiroyu@jp.fujitsu.com> From: Greg Thelen Date: Sun, 15 May 2011 12:53:19 -0700 Message-ID: Subject: Re: [RFC][PATCH v7 09/14] cgroup: move CSS_ID_MAX to cgroup.h To: KAMEZAWA Hiroyuki Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org, containers@lists.osdl.org, linux-fsdevel@vger.kernel.org, Andrea Righi , Balbir Singh , Daisuke Nishimura , Minchan Kim , Johannes Weiner , Ciju Rajan K , David Rientjes , Wu Fengguang , Vivek Goyal , Dave Chinner Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 778 Lines: 20 On Fri, May 13, 2011 at 2:51 AM, KAMEZAWA Hiroyuki wrote: > On Fri, 13 May 2011 01:47:48 -0700 > Greg Thelen wrote: > >> This allows users of css_id() to know the largest possible css_id value. >> This knowledge can be used to build per-cgroup bitmaps. >> >> Signed-off-by: Greg Thelen > > Acked-by: KAMEZAWA Hiroyuki > > Hmm, I think this can be merged to following bitmap patch. Ok. I will merge this in following patch. -- 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/