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:
9b37306
)
llc: Make llc_sap_action_t function pointer arrays const
author
Joe Perches
<joe@perches.com>
Wed, 10 Dec 2014 17:55:50 +0000
(09:55 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 10 Dec 2014 20:21:24 +0000
(15:21 -0500)
It's better when function pointer arrays aren't modifiable.
Net change:
$ size net/llc/built-in.o.*
text data bss dec hex filename
61193 12758 1344 75295 1261f net/llc/built-in.o.new
47113 27030 1344 75487 126df net/llc/built-in.o.old
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found