Re: [PATCH] JBD/ext34 cleanups: convert to kzalloc
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2007-09-26 19:54:54
Also in:
lkml
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2007-09-26 19:54:54
Also in:
lkml
On Fri, 21 Sep 2007 16:13:56 -0700 Mingming Cao [off-list ref] wrote:
Convert kmalloc to kzalloc() and get rid of the memset().
I split this into separate ext3/jbd and ext4/jbd2 patches. It's generally better to raise separate patches, please - the ext3 patches I'll merge directly but the ext4 patches should go through (and be against) the ext4 devel tree. I fixed lots of rejects against the already-pending changes to these filesystems. You forgot to remove the memsets in both start_this_handle()s.