]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'crypto_async'
authorDavid S. Miller <davem@davemloft.net>
Mon, 23 Mar 2015 20:41:44 +0000 (16:41 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Mar 2015 20:41:44 +0000 (16:41 -0400)
commit080fd4c6cd8aa8722c1d07ed0f7e4197540916e2
tree319147372157dc5edbca12edfdd659a999a036ad
parentb25cbd0a936fab529f67a7b7642cd19a7d9366d9
parent3919f9af1ff963575cd9d6f5c008e7823778f30f
Merge branch 'crypto_async'

Tadeusz Struk says:

====================
Add support for async socket operations

After the iocb parameter has been removed from sendmsg() and recvmsg() ops
the socket layer, and the network stack no longer support async operations.
This patch set adds support for asynchronous operations on sockets back.

Changes in v3:
* As sugested by Al Viro instead of adding new functions aio_sendmsg
  and aio_recvmsg, added a ptr to iocb into the kernel-side msghdr structure.
  This way no change to aio.c is required.

Changes in v2:
* removed redundant total_size param from aio_sendmsg and aio_recvmsg functions
====================

Signed-off-by: David S. Miller <davem@davemloft.net>