On Tue, May 17, 2011 at 8:43 PM, Venkateswararao Jujjuri (JV) <jv...@linux.vnet.ibm.com> wrote: > Signed-off-by: Venkateswararao Jujjuri "<jv...@linux.vnet.ibm.com> > --- > hw/9pfs/virtio-9p.c | 32 ++++++++++++++++---------------- > 1 files changed, 16 insertions(+), 16 deletions(-)
Please see my comment from v1: "The len argument is redundant and not used by any callers, please just return -errno and drop the len argument. Callers rely on buf->size instead." Stefan