Re: [PATCH v3 1/3] btrfs-progs: use calloc instead of malloc+memset for tree roots

2015-09-14 Thread David Sterba
On Sun, Sep 13, 2015 at 11:08:22PM -0700, Omar Sandoval wrote: > From: Omar Sandoval > > Signed-off-by: Omar Sandoval I don't know why I missed this patch last time, but now applied to devel for real. -- To unsubscribe from this list: send the line "unsubscribe

[PATCH v3 1/3] btrfs-progs: use calloc instead of malloc+memset for tree roots

2015-09-14 Thread Omar Sandoval
From: Omar Sandoval Signed-off-by: Omar Sandoval --- disk-io.c | 22 +++--- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/disk-io.c b/disk-io.c index 1d4889322411..8496aded31c4 100644 --- a/disk-io.c +++ b/disk-io.c @@ -833,13