Files
linux-st/include/linux
Christoph Hellwig 10c95ed9aa scatterlist: allow limited chaining without ARCH_HAS_SG_CHAIN
There are a couple of uses of struct scatterlist that never go to
the dma_map_sg() helper and thus don't care about ARCH_HAS_SG_CHAIN
which indicates that we can map chained S/G list.

The most important one is the crypto code, which currently has
to open code a few helpers to always allow chaining.  This patch
removes a few #ifdef ARCH_HAS_SG_CHAIN statements so that we can
switch the crypto code to these common helpers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
2015-08-17 08:12:51 -06:00
..
2015-06-25 11:49:31 +03:00
2015-07-07 22:48:25 +02:00
2015-08-13 12:32:04 -06:00
2015-07-17 08:41:53 -06:00
2015-06-25 12:06:45 +02:00
2015-06-25 04:20:04 -04:00
2015-07-04 14:04:44 -04:00
2015-06-29 10:49:51 -07:00
2015-06-25 17:00:40 -07:00
2015-06-25 17:00:39 -07:00
2015-06-25 17:00:37 -07:00