Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: algif_skcipher - Do not set MAY_BACKLOG on the async path
The async path cannot use MAY_BACKLOG because it is not meant to block, which is what MAY_BACKLOG does. On the other hand, both the sync and async paths can make use of MAY_SLEEP. Cc: [email protected] Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information