]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net/9p: Fix the msize calculation.
authorVenkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
Thu, 30 Jun 2011 01:06:33 +0000 (18:06 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 3 Oct 2011 18:40:18 +0000 (11:40 -0700)
commit8aeae69113b438efadd5b9dda754e60685d8d6c1
tree8afe37bbb03bdd072de4e77f5e4ac03981208173
parent926fa0b4b9cd6537f4750642165647aa20cfeae4
net/9p: Fix the msize calculation.

commit c9ffb05ca5b5098d6ea468c909dd384d90da7d54 upstream.

msize represents the maximum PDU size that includes P9_IOHDRSZ.

Signed-off-by: Venkateswararao Jujjuri "<jvrao@linux.vnet.ibm.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/9p/client.c