Re: [PATCH] crypto/aes.c remove operator ? and variable t in bf_setkey

2007-07-24 Thread Herbert Xu
On Wed, Jul 18, 2007 at 11:55:05PM +0200, Frederik Sdun wrote: > > Removed the temporary variable t which is not needed working copy of p. > Operator ? removed out of loop by false case. Sorry, the tabs are still coming across as spaces. Cheers, -- Visit Openswan at http://www.openswan.org/ E

Re: OCF Support on linux 2.6.

2007-07-24 Thread David McCullough
Jivin Nawang Chhetan lays it down ... > Hi David, > In the meanwhile I was browsing through ocf-bech code. I > see implementation is based on work queues and the maximum request at > any time is 20. Any specific reason to do this(i.e. work queue and > limiting maximum requests) ? > >

Re: OCF Support on linux 2.6.

2007-07-24 Thread Nawang Chhetan
Hi David, In the meanwhile I was browsing through ocf-bech code. I see implementation is based on work queues and the maximum request at any time is 20. Any specific reason to do this(i.e. work queue and limiting maximum requests) ? I am asking this because I also have to implement so