Re: [PATCH 24/31] aio: remove an outdated comment in aio_complete

2018-01-09 Thread Jeff Moyer
Christoph Hellwig writes: > These days we don't treat sync iocbs special in the aio completion code as > they never use it. Remove the old comment, and move the BUG_ON for a sync > iocb to the top of the function. > > Signed-off-by: Christoph Hellwig Right, this

[PATCH 24/31] aio: remove an outdated comment in aio_complete

2018-01-04 Thread Christoph Hellwig
These days we don't treat sync iocbs special in the aio completion code as they never use it. Remove the old comment, and move the BUG_ON for a sync iocb to the top of the function. Signed-off-by: Christoph Hellwig --- fs/aio.c | 11 ++- 1 file changed, 2 insertions(+), 9