git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c85447
)
ext4: use kmem_cache_zalloc instead of kmem_cache_alloc/memset
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Thu, 27 Sep 2012 00:43:37 +0000
(20:43 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 27 Sep 2012 00:43:37 +0000
(20:43 -0400)
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>
fs/ext4/mballoc.c
patch
|
blob
|
history
diff --cc
fs/ext4/mballoc.c
Simple merge