Re: [PATCH v2 2/2] fs: add missing documentation to simple_xattr functions

2012-09-13 Thread Aristeu Rozanski
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 documentatio

Re: [PATCH v2 2/2] fs: add missing documentation to simple_xattr functions

2012-09-13 Thread Tejun Heo
On Thu, Sep 13, 2012 at 11:02:14AM -0700, Randy Dunlap wrote: > On 09/11/2012 01:28 PM, Aristeu Rozanski wrote: > > > +/** > + * simple_xattr_set: xattr SET operation for in-memory/pseudo filesystems > > The format for the function name/description uses '-', not ':', as: > > * simple_xattr_set

Re: [PATCH v2 2/2] fs: add missing documentation to simple_xattr functions

2012-09-13 Thread Randy Dunlap
On 09/11/2012 01:28 PM, Aristeu Rozanski wrote: +/** + * simple_xattr_set: xattr SET operation for in-memory/pseudo filesystems The format for the function name/description uses '-', not ':', as: * simple_xattr_set - xattr SET operation for in-memory/pseudo filesystems + * @xattrs: simple_xat

[PATCH v2 2/2] fs: add missing documentation to simple_xattr functions

2012-09-11 Thread Aristeu Rozanski
v2: add function documentation instead of adding a separate file under Documentation/ Cc: Li Zefan Cc: Tejun Heo Cc: Hugh Dickins Cc: Hillf Danton Cc: Lennart Poettering Signed-off-by: Aristeu Rozanski --- fs/xattr.c | 18 -- 1 file changed, 16 insertions(+), 2 deleti