From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH v3 2/4] lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer() Date: Mon, 24 Jun 2013 16:27:53 -0700 Message-ID: <20130624232753.GQ1918@mtj.dyndns.org> References: <1371991061-19437-1-git-send-email-akinobu.mita@gmail.com> <1371991061-19437-3-git-send-email-akinobu.mita@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, Imre Deak , Herbert Xu , "David S. Miller" , linux-crypto@vger.kernel.org, "James E.J. Bottomley" , Douglas Gilbert , linux-scsi@vger.kernel.org To: Akinobu Mita Return-path: Received: from mail-qc0-f181.google.com ([209.85.216.181]:57434 "EHLO mail-qc0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751856Ab3FXX2A (ORCPT ); Mon, 24 Jun 2013 19:28:00 -0400 Content-Disposition: inline In-Reply-To: <1371991061-19437-3-git-send-email-akinobu.mita@gmail.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: On Sun, Jun 23, 2013 at 09:37:39PM +0900, Akinobu Mita wrote: > The only difference between sg_pcopy_{from,to}_buffer() and > sg_copy_{from,to}_buffer() is an additional argument that specifies > the number of bytes to skip the SG list before copying. > > Signed-off-by: Akinobu Mita > Cc: Tejun Heo > Cc: Imre Deak > Cc: Herbert Xu > Cc: "David S. Miller" > Cc: linux-crypto@vger.kernel.org > Cc: "James E.J. Bottomley" > Cc: Douglas Gilbert > Cc: linux-scsi@vger.kernel.org Acked-by: Tejun Heo Thanks. -- tejun