From: Eric Dumazet Date: Thu, 5 Aug 2010 18:59:00 +0000 (-0600) Subject: module: module_unload_init() cleanup X-Git-Tag: v2.6.36-rc1~549^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2409e74278b7fb917d39ef6d3c16223c04a386f2;p=pandora-kernel.git module: module_unload_init() cleanup No need to clear mod->refptr in module_unload_init(), since alloc_percpu() already clears allocated chunks. Signed-off-by: Eric Dumazet Signed-off-by: Rusty Russell (removed unused var) --- Reading git-diff-tree failed