Hi btrfs,

please review my patches about switching from malloc with memset to calloc.
Thanks for that and eventual inclusion of my patches.

Silvio

Silvio Fricke (11):
  btrfs-progs: use calloc instead of malloc+memset for btrfs-image.c
  btrfs-progs: use calloc instead of malloc+memset for btrfs-list.c
  btrfs-progs: use calloc instead of malloc+memset for chunk-recover.c
  btrfs-progs: use calloc instead of malloc+memset for cmds-check.c
  btrfs-progs: use calloc instead of malloc+memset for disk-io.c
  btrfs-progs: use calloc instead of malloc+memset for extent_io.c
  btrfs-progs: use calloc instead of malloc+memset for mkfs.c
  btrfs-progs: use calloc instead of malloc+memset for qgroup.c
  btrfs-progs: use calloc instead of malloc+memset for quick-test.c
  btrfs-progs: use calloc instead of malloc+memset for volumes.c
  btrfs-progs: check: fix memset range

 btrfs-image.c   |  3 +--
 btrfs-list.c    |  9 +++------
 chunk-recover.c |  6 ++----
 cmds-check.c    | 12 ++++--------
 disk-io.c       |  7 ++-----
 extent_io.c     |  3 +--
 mkfs.c          |  3 +--
 qgroup.c        |  9 +++------
 quick-test.c    |  3 +--
 volumes.c       |  3 +--
 10 files changed, 19 insertions(+), 39 deletions(-)

-- 
2.5.3

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to