]> 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, 8 Aug 2011 21:14:51 +0000 (16:14 -0500)
commit5117c7bab8ff30c97e40e32b6e233d45c956e651
treedac6a968749499717934cc9babb524dca477a592
parent408916a1f69e4140c14a2813eed542acac6bfd8a
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