Re: [Libguestfs] [PATCH] daemon: xattr: move the listxattrs code in an own function

2014-01-10 Thread Richard W.M. Jones
On Fri, Jan 10, 2014 at 03:15:04PM +0100, Pino Toscano wrote: > Move in an own function the code that does the (l)listxattrs allocating > the buffer of the right legth, as it will be useful later. > > No functional changes, just code motion. > --- > daemon/xattr.c | 64 >

[Libguestfs] [PATCH] daemon: xattr: move the listxattrs code in an own function

2014-01-10 Thread Pino Toscano
Move in an own function the code that does the (l)listxattrs allocating the buffer of the right legth, as it will be useful later. No functional changes, just code motion. --- daemon/xattr.c | 64 -- 1 file changed, 44 insertions(+), 20 dele