]> git.kernelconcepts.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, 7 Nov 2011 21:46:51 +0000 (13:46 -0800)
commit5d09587187a87bff88faaaac14825bfe7ecc7976
tree1d89fbb13938728dd7eedfa88f8e7419e10c525b
parent3f597690e84466eaaa40c6a9c17ff5e388057594
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