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:
df4365c
)
fs: Convert kmalloc() + memset() to kzalloc() in fs/.
author
Robert P. J. Day
<rpjday@mindspring.com>
Tue, 12 Dec 2006 19:07:35 +0000
(20:07 +0100)
committer
Adrian Bunk
<bunk@stusta.de>
Tue, 12 Dec 2006 19:07:35 +0000
(20:07 +0100)
Convert the single available instance of kmalloc() + memset() to
kzalloc() in the fs/ directory.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
No differences found