On Tue, Sep 29, 2015 at 07:10:35PM +0200, Silvio Fricke wrote: > 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 Actually this patch should go first (reordered in git now), then the semantic rule would apply to it as well and now the malloc/memset patter is gone. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
