On Sat, 18 Jun 2011 14:51:34 -0400, Sasha Levin <[email protected]> wrote:
> On Sat, 2011-06-18 at 23:19 +0530, Aneesh Kumar K.V wrote:
> > Signed-off-by: Aneesh Kumar K.V <[email protected]>
> > ---
> >  tools/kvm/include/net/9p/9p.h |    1 -
> >  tools/kvm/virtio/9p.c         |  261 
> > +++++++++++++++++++++++------------------
> >  2 files changed, 147 insertions(+), 115 deletions(-)
> 
> After applying the patches (within a 9p mounted dir):
> 
>  # mkdir new_dir
>  # cp 10MB new_dir/
> cp: cannot create regular file `new_dir/10MB': No such file or directory
> 

works fine here

sh-2.05b# ls -al 10M
-rwxr-xr-x    1 4294967294 4294967294 10485760 Jun 19  2011 10M
sh-2.05b# mkdir new_dir
sh-2.05b# cp 10M new_dir/
sh-2.05b# 

Can you check the before and after behaviour with the patch ?

-aneesh
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to