Re: [PATCH 06/28] aio: implement IOCB_CMD_POLL
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2018-03-21 09:09:58
Also in:
linux-fsdevel, lkml, netdev
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2018-03-21 09:09:58
Also in:
linux-fsdevel, lkml, netdev
On Wed, Mar 21, 2018 at 08:40:10AM +0100, Christoph Hellwig wrote:
Simple one-shot poll through the io_submit() interface. To poll for a file descriptor the application should submit an iocb of type IOCB_CMD_POLL. It will poll the fd for the events specified in the the first 32 bits of the aio_buf field of the iocb. Unlike poll or epoll without EPOLLONESHOT this interface always works in one shot mode, that is once the iocb is completed, it will have to be resubmitted. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Jeff Moyer <redacted>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> -- To unsubscribe, send a message with 'unsubscribe linux-aio' in the body to majordomo@kvack.org. For more info on Linux AIO, see: http://www.kvack.org/aio/ Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>