Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131105
b: refs/heads/master
c: 7f9a50a
h: refs/heads/master
i:
  131103: 8825818
v: v3
  • Loading branch information
Rusty Russell authored and Linus Torvalds committed Feb 7, 2009
1 parent 24f048f commit 95d2207
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: f12b12a8aecfcafcf2f9df1c1658d2484959dfda
refs/heads/master: 7f9a50a5b89b87f8e754f59ae9968da28be618a5
1 change: 0 additions & 1 deletion trunk/include/linux/module.h
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ static inline local_t *__module_ref_addr(struct module *mod, int cpu)
static inline void __module_get(struct module *module)
{
if (module) {
BUG_ON(module_refcount(module) == 0);
local_inc(__module_ref_addr(module, get_cpu()));
put_cpu();
}
Expand Down

0 comments on commit 95d2207

Please sign in to comment.