From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758177Ab2IKVbk (ORCPT ); Tue, 11 Sep 2012 17:31:40 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:32824 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751299Ab2IKVbi (ORCPT ); Tue, 11 Sep 2012 17:31:38 -0400 Date: Tue, 11 Sep 2012 14:31:33 -0700 From: Tejun Heo To: Aristeu Rozanski Cc: linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, Li Zefan , Hillf Danton , Lennart Poettering , Hugh Dickins Subject: Re: [PATCH v2 0/2] cgroups: add documentation on extended attributes and simple_xattr functions Message-ID: <20120911213133.GE7677@google.com> References: <20120911202809.988739953@napanee.usersys.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120911202809.988739953@napanee.usersys.redhat.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 11, 2012 at 04:28:09PM -0400, Aristeu Rozanski wrote: > cgroups: add documentation on extended attributes and simple_xattr functions > > These patches add documentation on the new functions and current specific > cgroup usage. > > v2: include Li Zefan's requested changes Applied to for-3.7. Thanks! -- tejun