Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756991Ab3H2ULR (ORCPT ); Thu, 29 Aug 2013 16:11:17 -0400 Received: from perches-mx.perches.com ([206.117.179.246]:57813 "EHLO labridge.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755829Ab3H2ULP (ORCPT ); Thu, 29 Aug 2013 16:11:15 -0400 From: Joe Perches To: linux-kernel@vger.kernel.org Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-fsdevel@vger.kernel.org, linux-aio@kvack.org, ceph-devel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-mm@kvack.org Subject: [PATCH 0/6] treewide: kmem_cache_alloc GFP_ZERO cleanups Date: Thu, 29 Aug 2013 13:11:04 -0700 Message-Id: X-Mailer: git-send-email 1.8.1.2.459.gbcd45b4.dirty Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1321 Lines: 33 Just a few cleanups to use zalloc style calls and reduce the uses of __GFP_ZERO for kmem_cache_alloc[_node] uses. Use the more kernel normal zalloc style. Joe Perches (6): slab/block: Add and use kmem_cache_zalloc_node block: Convert kmem_cache_alloc(...GFP_ZERO) to kmem_cache_zalloc i915_gem: Convert kmem_cache_alloc(...GFP_ZERO) to kmem_cache_zalloc aio: Convert kmem_cache_alloc(...GFP_ZERO) to kmem_cache_zalloc ceph: Convert kmem_cache_alloc(...GFP_ZERO) to kmem_cache_zalloc f2fs: Convert kmem_cache_alloc(...GFP_ZERO) to kmem_cache_zalloc block/blk-core.c | 3 +-- block/blk-integrity.c | 3 +-- block/blk-ioc.c | 6 ++---- block/cfq-iosched.c | 10 ++++------ drivers/gpu/drm/i915/i915_gem.c | 2 +- fs/aio.c | 2 +- fs/ceph/dir.c | 2 +- fs/ceph/file.c | 2 +- fs/f2fs/super.c | 2 +- include/linux/slab.h | 5 +++++ 10 files changed, 18 insertions(+), 19 deletions(-) -- 1.8.1.2.459.gbcd45b4.dirty -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/