From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758791Ab2IMSX5 (ORCPT ); Thu, 13 Sep 2012 14:23:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42712 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758777Ab2IMSXx (ORCPT ); Thu, 13 Sep 2012 14:23:53 -0400 Date: Thu, 13 Sep 2012 14:23:45 -0400 From: Aristeu Rozanski To: Tejun Heo Cc: Randy Dunlap , linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, Li Zefan , Hillf Danton , Lennart Poettering , Hugh Dickins Subject: Re: [PATCH v2 2/2] fs: add missing documentation to simple_xattr functions Message-ID: <20120913182344.GL19694@redhat.com> References: <20120911202809.988739953@napanee.usersys.redhat.com> <20120911202810.725043407@napanee.usersys.redhat.com> <50521FA6.7040900@xenotime.net> <20120913181124.GD7677@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120913181124.GD7677@google.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 13, 2012 at 11:11:24AM -0700, Tejun Heo wrote: > Updated the patch in place accordingly. Thanks. > > From 4895768b6aab55bbdbebcf2da090cb1a5ccf5463 Mon Sep 17 00:00:00 2001 > From: Aristeu Rozanski > Date: Tue, 11 Sep 2012 16:28:11 -0400 > Subject: [PATCH] fs: add missing documentation to simple_xattr functions > > v2: add function documentation instead of adding a separate file under > Documentation/ > > tj: Updated comment a bit and rolled in Randy's suggestions. Thanks Tejun, Randy -- Aristeu