Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126345
b: refs/heads/master
c: 0deddf4
h: refs/heads/master
i:
  126343: 0463b87
v: v3
  • Loading branch information
Masami Hiramatsu authored and Linus Torvalds committed Jan 6, 2009
1 parent 9d817e0 commit 7a766b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 49ad2fd76c97133fb396edc24ded7fe26093a578
refs/heads/master: 0deddf436a37c18ceb26c6e3b632fb9b5f58a0c1
2 changes: 2 additions & 0 deletions trunk/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -2352,6 +2352,8 @@ sys_init_module(void __user *umod,
/* Now it's a first class citizen! Wake up anyone waiting for it. */
mod->state = MODULE_STATE_LIVE;
wake_up(&module_wq);
blocking_notifier_call_chain(&module_notify_list,
MODULE_STATE_LIVE, mod);

mutex_lock(&module_mutex);
/* Drop initial reference. */
Expand Down

0 comments on commit 7a766b2

Please sign in to comment.