Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142887
b: refs/heads/master
c: 97c18e2
h: refs/heads/master
i:
  142885: 6fe29f2
  142883: ac1b6a7
  142879: 69b6ee4
v: v3
  • Loading branch information
Herbert Xu authored and Linus Torvalds committed Apr 9, 2009
1 parent e531579 commit ced66f0
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: f4efdd65b754ebbf41484d3a2255c59282720650
refs/heads/master: 97c18e2c7a8e36d2d83d50ee070314aadac73a11
2 changes: 1 addition & 1 deletion trunk/include/linux/kmod.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ extern int __request_module(bool wait, const char *name, ...) \
#define request_module(mod...) __request_module(true, mod)
#define request_module_nowait(mod...) __request_module(false, mod)
#define try_then_request_module(x, mod...) \
((x) ?: (__request_module(false, mod), (x)))
((x) ?: (__request_module(true, mod), (x)))
#else
static inline int request_module(const char *name, ...) { return -ENOSYS; }
static inline int request_module_nowait(const char *name, ...) { return -ENOSYS; }
Expand Down

0 comments on commit ced66f0

Please sign in to comment.