remarkable-linux/net/9p
Eric W. Biederman b053c204ed 9p: Don't use binary sysctl numbers.
The recent 9p commit: bd238fb431 that
supposedly only moved files also introduced a new 9p sysctl interface
that did not properly register it's sysctl binary numbers.

And since it was only for debugging clearly did not need a binary fast
path in any case.  So this patch just remove the binary numbers.

See Documentation/sysctl/ctl_unnumbered.txt for more details.

While I was at it I cleaned up the sysctl initializers a little as
well so there is less to read.

Cc: Latchesar Ionkov <lucho@ionkov.net>
Cc: Eric Van Hensbergen <ericvh@gmail.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-07-22 12:43:28 -07:00
..
client.c 9p: fix a race condition bug in umount which caused a segfault 2007-07-14 15:14:19 -05:00
conv.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
error.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
fcprint.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
Kconfig 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
Makefile net/9p: change net/9p module name to 9pnet 2007-07-14 15:13:50 -05:00
mod.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
mux.c net/9p: set error to EREMOTEIO if trans->write returns zero 2007-07-14 15:14:01 -05:00
sysctl.c 9p: Don't use binary sysctl numbers. 2007-07-22 12:43:28 -07:00
trans_fd.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
util.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00