Re: [RFC PATCH 5/8] scatterlist: introduce sg_unmark_end

2013-02-07 Thread Jens Axboe
On Thu, Feb 07 2013, Paolo Bonzini wrote: > This is useful in places that recycle the same scatterlist multiple > times, and do not want to incur the cost of sg_init_table every > time in hot paths. Looks fine to me. Acked-by: Jens Axboe -- Jens Axboe -- To unsubscribe from this list: send th

[RFC PATCH 5/8] scatterlist: introduce sg_unmark_end

2013-02-07 Thread Paolo Bonzini
This is useful in places that recycle the same scatterlist multiple times, and do not want to incur the cost of sg_init_table every time in hot paths. Cc: Jens Axboe Signed-off-by: Paolo Bonzini --- Jens, could you give your Acked-by for this patch? block/blk-integrity.c |2 +