Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: fix mis-merge with the networking merge
The networking updates from David Miller removed the iocb argument from sendmsg and recvmsg (in commit 1b78414: "net: Remove iocb argument from sendmsg and recvmsg"), but the crypto code had added new instances of them. When I pulled the crypto update, it was a silent semantic mis-merge, and I overlooked the new warning messages in my test-build. I try to fix those in the merge itself, but that relies on me noticing. Oh well. Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information