Re: crypto: remove crypto queue

2021-10-21 Thread Patrick Wildt
On Fri, Oct 22, 2021 at 12:03:07AM +0200, Tobias Heider wrote: > Currently, all crypto users set CRYPTO_F_NOQUEUE to run crypto operations > without queue and there are no plans to switch back to using the queue. > The diff below removes the flag together with the queueing code. > > ok? Looks goo

Re: crypto: remove crypto queue

2021-10-21 Thread Vitaliy Makkoveev
On Fri, Oct 22, 2021 at 12:03:07AM +0200, Tobias Heider wrote: > Currently, all crypto users set CRYPTO_F_NOQUEUE to run crypto operations > without queue and there are no plans to switch back to using the queue. > The diff below removes the flag together with the queueing code. > > ok? > ok mvs

crypto: remove crypto queue

2021-10-21 Thread Tobias Heider
Currently, all crypto users set CRYPTO_F_NOQUEUE to run crypto operations without queue and there are no plans to switch back to using the queue. The diff below removes the flag together with the queueing code. ok? Index: dev/softraid_crypto.c =