Re: [PATCH 13/13] trivial patch for btrfs-progs

2013-01-22 Thread Gene Czarcinski
On 01/21/2013 12:40 PM, David Sterba wrote: On Sun, Jan 20, 2013 at 04:04:18PM -0500, Gene Czarcinski wrote: From: Arvin Schnell Hi, please find attached a trivial patch for btrfs-progs. Likely not strictly needed but I noticed valgrind complaining about uninitialised memory in the ioctl call

Re: [PATCH 13/13] trivial patch for btrfs-progs

2013-01-21 Thread David Sterba
On Sun, Jan 20, 2013 at 04:04:18PM -0500, Gene Czarcinski wrote: > From: Arvin Schnell > > Hi, > > please find attached a trivial patch for btrfs-progs. Likely not > strictly needed but I noticed valgrind complaining about > uninitialised memory in the ioctl call. > > Regards, > Arvin > > Si

[PATCH 13/13] trivial patch for btrfs-progs

2013-01-20 Thread Gene Czarcinski
From: Arvin Schnell Hi, please find attached a trivial patch for btrfs-progs. Likely not strictly needed but I noticed valgrind complaining about uninitialised memory in the ioctl call. Regards, Arvin Signed-off-by: Gene Czarcinski --- cmds-send.c | 1 + 1 file changed, 1 insertion(+) dif