From mboxrd@z Thu Jan 1 00:00:00 1970 From: willy@linux.intel.com (Matthew Wilcox) Date: Sat, 28 Jun 2014 08:52:50 -0400 Subject: [PATCH -next 04/26] block: Use dma_zalloc_coherent In-Reply-To: References: Message-ID: <20140628125250.GT12025@linux.intel.com> On Sun, Jun 15, 2014@01:37:33PM -0700, Joe Perches wrote: > Use the zeroing function instead of dma_alloc_coherent & memset(,0,) Applied