9p: remove sysctl
A sysctl method was added to enable and disable debugging levels. After further review, it was decided that there are better approaches to doing this and the sysctl methodology isn't really desirable. This patch removes the sysctl code from 9p. Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
This commit is contained in:
committed by
Eric Van Hensbergen
parent
fb0466c3ae
commit
982c37cfb6
@ -415,18 +415,4 @@ 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 */
|
||||
|
Reference in New Issue
Block a user