FUJITA Tomonori b1adaf65ba [SCSI] block: add sg buffer copy helper functions
This patch adds new three helper functions to copy data between an SG
list and a linear buffer.

- sg_copy_from_buffer copies data from linear buffer to an SG list

- sg_copy_to_buffer copies data from an SG list to a linear buffer

When the APIs copy data from a linear buffer to an SG list,
flush_kernel_dcache_page is called. It's not necessary for everyone
but it's a no-op on most architectures and in general the API is not
used in performance critical path.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Acked-by: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2008-04-07 12:15:45 -05:00
..
2008-02-03 17:48:52 +02:00
2008-02-03 17:48:52 +02:00
2008-01-28 23:58:27 -05:00
2008-02-23 17:12:13 -08:00
2008-03-04 14:47:05 -08:00
2008-01-24 20:40:05 -08:00
2008-01-30 13:33:00 +01:00
2008-03-13 13:15:52 -07:00