Re: [PATCH] tools/virtio: add sg_unmark_end to scatterlist.h

2013-02-27 Thread Wanlong Gao
On 02/28/2013 11:55 AM, Rusty Russell wrote: > Wanlong Gao writes: > >> On 02/28/2013 10:57 AM, Rusty Russell wrote: >>> Wanlong Gao writes: Add sg_unmark_end to scatterlist.h to fix compile. Signed-off-by: Wanlong Gao >>> >>> Thanks, I have the same patch in my series, which is

Re: [PATCH] tools/virtio: add sg_unmark_end to scatterlist.h

2013-02-27 Thread Rusty Russell
Wanlong Gao writes: > On 02/28/2013 10:57 AM, Rusty Russell wrote: >> Wanlong Gao writes: >>> Add sg_unmark_end to scatterlist.h to fix compile. >>> >>> Signed-off-by: Wanlong Gao >> >> Thanks, I have the same patch in my series, which is in flux, but >> can be found in my pending-rebases bran

Re: [PATCH] tools/virtio: add sg_unmark_end to scatterlist.h

2013-02-27 Thread Wanlong Gao
On 02/28/2013 10:57 AM, Rusty Russell wrote: > Wanlong Gao writes: >> Add sg_unmark_end to scatterlist.h to fix compile. >> >> Signed-off-by: Wanlong Gao > > Thanks, I have the same patch in my series, which is in flux, but > can be found in my pending-rebases branch: > > https://git.kernel.org

Re: [PATCH] tools/virtio: add sg_unmark_end to scatterlist.h

2013-02-27 Thread Rusty Russell
Wanlong Gao writes: > Add sg_unmark_end to scatterlist.h to fix compile. > > Signed-off-by: Wanlong Gao Thanks, I have the same patch in my series, which is in flux, but can be found in my pending-rebases branch: https://git.kernel.org/?p=linux/kernel/git/rusty/linux.git;a=shortlog;h=refs/heads

[PATCH] tools/virtio: add sg_unmark_end to scatterlist.h

2013-02-27 Thread Wanlong Gao
Add sg_unmark_end to scatterlist.h to fix compile. Signed-off-by: Wanlong Gao --- tools/virtio/linux/scatterlist.h | 16 1 file changed, 16 insertions(+) diff --git a/tools/virtio/linux/scatterlist.h b/tools/virtio/linux/scatterlist.h index b2cf7d0..68c9e2a 100644 --- a/tools/v