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:
3cfc2c4
)
module: module_unload_init() cleanup
author
Eric Dumazet
<eric.dumazet@gmail.com>
Thu, 5 Aug 2010 18:59:00 +0000
(12:59 -0600)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 5 Aug 2010 03:29:02 +0000
(12:59 +0930)
No need to clear mod->refptr in module_unload_init(), since
alloc_percpu() already clears allocated chunks.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (removed unused var)
No differences found