From: Mathias Krause Date: Wed, 3 Aug 2011 18:57:11 +0000 (-0400) Subject: ext4: use kzalloc in ext4_kzalloc() X-Git-Tag: v3.1-rc1~43^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db9481c0476c6475d058ac7ecebb5a822b43cc99;p=pandora-kernel.git ext4: use kzalloc in ext4_kzalloc() Commit 9933fc0i (ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree()) intruduced wrappers around k*alloc/vmalloc but introduced a typo for ext4_kzalloc() by not using kzalloc() but kmalloc(). Signed-off-by: Mathias Krause Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed