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); }