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:
a5675c8
)
target/configfs: use kmalloc() instead of kzalloc() for default groups
author
Sebastian Andrzej Siewior
<bigeasy@linutronix.de>
Tue, 27 Nov 2012 17:54:21 +0000
(18:54 +0100)
committer
Nicholas Bellinger
<nab@linux-iscsi.org>
Wed, 28 Nov 2012 06:49:24 +0000
(22:49 -0800)
All elements are assigned even the NULL member at the end so there is no
reason to allocate zeroed memory.
(nab: Fix up minor apply breakage in for-next)
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
No differences found