Re: [PATCH] Use sg_init_one where appropriate

2005-08-27 Thread David Härdeman
On Sat, Aug 27, 2005 at 02:06:26PM +0200, Ingo Oeser wrote: In short: please remove all "const" markers from the function, try to uninline it somewhere and resend. Indeed, only buflen should be const, thanks for pointing it out. A new patch is below. And while you are at it, please check, we

Re: [PATCH] Use sg_init_one where appropriate

2005-08-27 Thread Ingo Oeser
Hi David, I appreciate your work on unifying common code, but have some comments. On Saturday 27 August 2005 02:33, David Härdeman wrote: > The same code as in sg_init_one can be found in a number of places, this > patch changes them to call the function instead. > Index: linux-sginitone/include

[PATCH] Use sg_init_one where appropriate

2005-08-26 Thread David Härdeman
The same code as in sg_init_one can be found in a number of places, this patch changes them to call the function instead. Signed-off-by: David Härdeman <[EMAIL PROTECTED]> --- crypto/hmac.c | 23 ++- crypto/tcrypt.c | 29