On Tue, Apr 5, 2011 at 11:35 AM, Harsh Prateek Bora <ha...@linux.vnet.ibm.com> wrote: > The nwnames field in TWALK message is assumed to be >=0 and <= MAXWELEM > which is defined as macro P9_MAXWELEM (16) in virtio-9p.h as per 9p2000 > RFC. Appropriate changes are required in V9fsWalkState and v9fs_walk. > > v4: > - rebased on mainline repo, else condition updated as required. > > v3: > - Updated if-else conditions to appropriately handle nwnames = 0. > > v2: > - Added check in v9fs_walk_complete as well. > > Signed-off-by: Harsh Prateek Bora <ha...@linux.vnet.ibm.com> > --- > hw/virtio-9p.c | 7 +++++-- > hw/virtio-9p.h | 2 +- > 2 files changed, 6 insertions(+), 3 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com>