Re: [PATCH V2 net-next] net: rds: use for_each_sg() for scatterlist parsing

2015-06-21 Thread David Miller
From: Fabian Frederick Date: Tue, 16 Jun 2015 20:44:07 +0200 > This patch also renames sg to sglist and aligns function parameters. > See Documentation/DMA-API.txt - Part Id for scatterlist details > > Signed-off-by: Fabian Frederick > --- > This is untested. > V2: reorder variables (suggested

[PATCH V2 net-next] net: rds: use for_each_sg() for scatterlist parsing

2015-06-16 Thread Fabian Frederick
This patch also renames sg to sglist and aligns function parameters. See Documentation/DMA-API.txt - Part Id for scatterlist details Signed-off-by: Fabian Frederick --- This is untested. V2: reorder variables (suggested by David S. Miller) net/rds/ib.h | 22 ++ 1 file change