diff options
Diffstat (limited to 'net/9p/client.c')
-rw-r--r-- | net/9p/client.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/9p/client.c b/net/9p/client.c index a9982df00a3a..6004fded6682 100644 --- a/net/9p/client.c +++ b/net/9p/client.c | |||
@@ -502,15 +502,6 @@ again: | |||
502 | goto reterr; | 502 | goto reterr; |
503 | } | 503 | } |
504 | 504 | ||
505 | #ifdef CONFIG_NET_9P_DEBUG | ||
506 | if ((p9_debug_level&P9_DEBUG_FCALL) == P9_DEBUG_FCALL) { | ||
507 | char buf[150]; | ||
508 | |||
509 | p9_printfcall(buf, sizeof(buf), req->rc, c->dotu); | ||
510 | printk(KERN_NOTICE ">>> %p %s\n", c, buf); | ||
511 | } | ||
512 | #endif | ||
513 | |||
514 | if (req->rc->id == P9_RERROR) { | 505 | if (req->rc->id == P9_RERROR) { |
515 | int ecode = req->rc->params.rerror.errno; | 506 | int ecode = req->rc->params.rerror.errno; |
516 | struct p9_str *ename = &req->rc->params.rerror.error; | 507 | struct p9_str *ename = &req->rc->params.rerror.error; |