Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116255
b: refs/heads/master
c: 51d71f9
h: refs/heads/master
i:
  116253: eabe3be
  116251: 3817cda
  116247: 5367e65
  116239: 65a1c4f
  116223: 1b5e16c
v: v3
  • Loading branch information
Eric Van Hensbergen committed Oct 17, 2008
1 parent ff0f357 commit f7f8ea8
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 387 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ace51c4dd2f968f427c4627023759ae7e3786cba
refs/heads/master: 51d71f9f7a639c8a39401de1ec5ce9b0b6476c99
1 change: 0 additions & 1 deletion trunk/include/net/9p/9p.h
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ struct p9_fcall *p9_create_tstat(u32 fid);
struct p9_fcall *p9_create_twstat(u32 fid, struct p9_wstat *wstat,
int dotu);

int p9_printfcall(char *buf, int buflen, struct p9_fcall *fc, int dotu);
int p9_errstr2errno(char *errstr, int len);

struct p9_idpool *p9_idpool_create(void);
Expand Down
1 change: 0 additions & 1 deletion trunk/net/9p/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o
client.o \
conv.o \
error.o \
fcprint.o \
util.o \
protocol.o \
trans_fd.o \
Expand Down
9 changes: 0 additions & 9 deletions trunk/net/9p/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -502,15 +502,6 @@ p9_client_rpc(struct p9_client *c, struct p9_fcall *tc, struct p9_fcall **rc)
goto reterr;
}

#ifdef CONFIG_NET_9P_DEBUG
if ((p9_debug_level&P9_DEBUG_FCALL) == P9_DEBUG_FCALL) {
char buf[150];

p9_printfcall(buf, sizeof(buf), req->rc, c->dotu);
printk(KERN_NOTICE ">>> %p %s\n", c, buf);
}
#endif

if (req->rc->id == P9_RERROR) {
int ecode = req->rc->params.rerror.errno;
struct p9_str *ename = &req->rc->params.rerror.error;
Expand Down
Loading

0 comments on commit f7f8ea8

Please sign in to comment.