[net/9p] Assign type of transaction to tc->pdu->id which is otherwise unsed.
authorVenkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
Thu, 3 Feb 2011 01:52:46 +0000 (17:52 -0800)
committerEric Van Hensbergen <ericvh@gmail.com>
Tue, 15 Mar 2011 14:57:34 +0000 (09:57 -0500)
commit9bb6c10a4ed48aef49a7243a6f798694722cf380
tree8dc777ffee7f38513004a918589367a2f6117652
parent022cae36551ba805bf82084047945b2901d75f36
[net/9p] Assign type of transaction to tc->pdu->id which is otherwise unsed.

This will be used by the transport layer to determine the out going
request type. Transport layer uses this information to correctly
place the mapped pages in the PDU. Patches following this will make
use of this to achieve zero copy.

Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
net/9p/protocol.c