diff options
| -rw-r--r-- | fs/9p/v9fs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/9p/v9fs.c b/fs/9p/v9fs.c index 45c35986d49f..0a7068e30ecb 100644 --- a/fs/9p/v9fs.c +++ b/fs/9p/v9fs.c | |||
| @@ -131,7 +131,9 @@ static void v9fs_parse_options(char *options, struct v9fs_session_info *v9ses) | |||
| 131 | switch (token) { | 131 | switch (token) { |
| 132 | case Opt_debug: | 132 | case Opt_debug: |
| 133 | v9ses->debug = option; | 133 | v9ses->debug = option; |
| 134 | #ifdef CONFIG_NET_9P_DEBUG | ||
| 134 | p9_debug_level = option; | 135 | p9_debug_level = option; |
| 136 | #endif | ||
| 135 | break; | 137 | break; |
| 136 | case Opt_port: | 138 | case Opt_port: |
| 137 | v9ses->port = option; | 139 | v9ses->port = option; |
