]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: use kzalloc in ext4_kzalloc()
authorMathias Krause <minipli@googlemail.com>
Wed, 3 Aug 2011 18:57:11 +0000 (14:57 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 3 Aug 2011 18:57:11 +0000 (14:57 -0400)
commitab6d4a78d25f0f5f7b2eb6e58c1de69f466bca5b
treed3115cab19ab99912618428d9f9e76bbf3572857
parent0d09f2796d8152f78d78b7e85f1447f38c99a524
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 <minipli@googlemail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c