Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <eric.dumazet@gmail.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (removed unused var)
- Loading branch information