Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140515
b: refs/heads/master
c: b10153f
h: refs/heads/master
i:
  140513: d12b222
  140511: 56ddcb7
v: v3
  • Loading branch information
Américo Wang authored and Rusty Russell committed Mar 31, 2009
1 parent 8c042f9 commit 0ed1a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e180a6b7759a99a28cbcce3547c4c80822cb6c2a
refs/heads/master: b10153fe31dde3805f8320b61ef147cebe379aee
2 changes: 1 addition & 1 deletion trunk/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -2319,8 +2319,8 @@ static noinline struct module *load_module(void __user *umod,
ftrace_release(mod->module_core, mod->core_size);
free_unload:
module_unload_free(mod);
free_init:
#if defined(CONFIG_MODULE_UNLOAD) && defined(CONFIG_SMP)
free_init:
percpu_modfree(mod->refptr);
#endif
module_free(mod, mod->module_init);
Expand Down

0 comments on commit 0ed1a6b

Please sign in to comment.