Re: [PATCH 0/10 v9] No wait AIO
From: Christoph Hellwig <hch@infradead.org>
Date: 2017-05-29 08:32:19
Also in:
linux-api, linux-btrfs, linux-ext4, linux-fsdevel, linux-xfs
From: Christoph Hellwig <hch@infradead.org>
Date: 2017-05-29 08:32:19
Also in:
linux-api, linux-btrfs, linux-ext4, linux-fsdevel, linux-xfs
On Sun, May 28, 2017 at 09:38:27PM -0500, Goldwyn Rodrigues wrote:
This effort focused on writes only.quoted
From the point of view of the application/user, reads are usuallyrequired to complete with success. I don't see a scenario where reads() would need the nowait feature. If there is a use case, I'd be happy to add and support it.
Both of them usually have a point. And if they would block the main thread we'll have to offload them to a thread pool.