]> git.karo-electronics.de Git - karo-tx-linux.git/commit
9p: remove CONFIG_NET_9P_DEBUG option
authorAlex Ray <alexjray.ncsu@gmail.com>
Mon, 1 Aug 2011 12:14:44 +0000 (12:14 +0000)
committerEric Van Hensbergen <ericvh@gmail.com>
Mon, 15 Aug 2011 15:57:43 +0000 (10:57 -0500)
commitc0be173c8c0ca5cb214c3c0c41356067b04eae8f
treecce71b841938d0c60fd0756510feb04fecf6dc9e
parent26c0098e5ef860763bba616a19c570a41b445e1d
9p: remove CONFIG_NET_9P_DEBUG option

Remove the CONFIG_NET_9P_DEBUG option, used to completely remove logging
functionality from v9fs.  Logging is (already) controlled with the
run-time debug= option, this gets rid of the compile-time option (which
was being misunderstood and misused).

Signed-off-by: Alex Ray <ajray@ncsu.edu>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/v9fs.c
include/net/9p/9p.h
net/9p/Kconfig
net/9p/mod.c
net/9p/protocol.c