Re: [PATCH 5/5] aio: add support for file based polled IO

2018-11-19 Thread Christoph Hellwig
On Sat, Nov 17, 2018 at 04:53:17PM -0700, Jens Axboe wrote: > Needs further work, but this should work fine on normal setups > with a file system on a pollable block device. > > Signed-off-by: Jens Axboe > --- > fs/aio.c | 2 ++ > fs/direct-io.c | 4 +++- > fs/iomap.c | 7 +-- > 3

Re: [PATCH 5/5] aio: add support for file based polled IO

2018-11-18 Thread Jens Axboe
On 11/18/18 6:57 PM, Dave Chinner wrote: > On Sat, Nov 17, 2018 at 04:53:17PM -0700, Jens Axboe wrote: >> Needs further work, but this should work fine on normal setups >> with a file system on a pollable block device. > > What should work fine? I've got no idea what this patch is actually >

Re: [PATCH 5/5] aio: add support for file based polled IO

2018-11-18 Thread Dave Chinner
On Sat, Nov 17, 2018 at 04:53:17PM -0700, Jens Axboe wrote: > Needs further work, but this should work fine on normal setups > with a file system on a pollable block device. What should work fine? I've got no idea what this patch is actually providing > Signed-off-by: Jens Axboe > --- >

[PATCH 5/5] aio: add support for file based polled IO

2018-11-17 Thread Jens Axboe
Needs further work, but this should work fine on normal setups with a file system on a pollable block device. Signed-off-by: Jens Axboe --- fs/aio.c | 2 ++ fs/direct-io.c | 4 +++- fs/iomap.c | 7 +-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/fs/aio.c