From d86200239126502f0be8d444a25d87f8fb1ec934 Mon Sep 17 00:00:00 2001 From: "Venkateswararao Jujjuri (JV)" Date: Wed, 2 Feb 2011 17:52:46 -0800 Subject: [PATCH] --- yaml --- r: 235011 b: refs/heads/master c: 9bb6c10a4ed48aef49a7243a6f798694722cf380 h: refs/heads/master i: 235009: 0dcfe0bd0659ad6a5981066ea5b44bfdeb2d7224 235007: f469f1f10ad75d106cb803031a0192b98ed62495 v: v3 --- [refs] | 2 +- trunk/net/9p/protocol.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index d889523485a3..615b3ec55533 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 022cae36551ba805bf82084047945b2901d75f36 +refs/heads/master: 9bb6c10a4ed48aef49a7243a6f798694722cf380 diff --git a/trunk/net/9p/protocol.c b/trunk/net/9p/protocol.c index d888847db56e..5936c50d0c93 100644 --- a/trunk/net/9p/protocol.c +++ b/trunk/net/9p/protocol.c @@ -579,6 +579,7 @@ EXPORT_SYMBOL(p9stat_read); int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type) { + pdu->id = type; return p9pdu_writef(pdu, 0, "dbw", 0, type, tag); }