commit | 85556c9a503ababa889bd7bb7a9b3effba795d00 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Wed Sep 26 20:43:37 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Sep 26 20:43:37 2012 -0400 |
tree | c006a06209ee01d2ea46f8a6000d18742cceb640 | |
parent | 8c85447391735469f407add6fdb0630ce59d7f6d [diff] |
ext4: use kmem_cache_zalloc instead of kmem_cache_alloc/memset Using kmem_cache_zalloc() instead of kmem_cache_alloc() and memset(). spatch with a semantic match is used to found this problem. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>