Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67068
b: refs/heads/master
c: 092e9d9
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and David S. Miller committed Oct 11, 2007
1 parent 550d282 commit 1e69562
Show file tree
Hide file tree
Showing 2 changed files with 13 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: 9ef4429b31b86d486b56b6c179fe52b5c7152f13
refs/heads/master: 092e9d93b3728d484a4e73df9852dc4002cf9923
12 changes: 12 additions & 0 deletions trunk/include/net/9p/9p.h
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,18 @@ int p9_idpool_check(int id, struct p9_idpool *p);

int p9_error_init(void);
int p9_errstr2errno(char *, int);

#ifdef CONFIG_SYSCTL
int __init p9_sysctl_register(void);
void __exit p9_sysctl_unregister(void);
#else
static inline int p9_sysctl_register(void)
{
return 0;
}
static inline void p9_sysctl_unregister(void)
{
}
#endif

#endif /* NET_9P_H */

0 comments on commit 1e69562

Please sign in to comment.