]> Git Repo - linux.git/commit
lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()
authorAkinobu Mita <[email protected]>
Mon, 8 Jul 2013 23:01:54 +0000 (16:01 -0700)
committerLinus Torvalds <[email protected]>
Tue, 9 Jul 2013 17:33:30 +0000 (10:33 -0700)
commitdf642cea25c90dc7d5dcd9d3b480b6b59de7d787
tree947e40ff7e12907461082d88ef390084bb90f915
parent1105200480b4faeb673d1b23658650b003302c06
lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()

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 <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: "James E.J. Bottomley" <[email protected]>
Cc: Douglas Gilbert <[email protected]>
Cc: Herbert Xu <[email protected]>
Cc: Horia Geanta <[email protected]>
Cc: Imre Deak <[email protected]>
Acked-by: Tejun Heo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/scatterlist.h
lib/scatterlist.c
This page took 0.0739 seconds and 4 git commands to generate.