[PATCH 2/7] aio: remove an outdated BUG_ON and comment in aio_complete

2018-05-02 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 BUG_ON given that the current definition of is_sync_kiocb makes it impossible to hit. Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong --- fs/aio.c | 9

Re: [PATCH 2/7] aio: remove an outdated BUG_ON and comment in aio_complete

2018-04-24 Thread Darrick J. Wong
On Sun, Apr 15, 2018 at 05:01:03PM +0200, Christoph Hellwig wrote: > These days we don't treat sync iocbs special in the aio completion code as > they never use it. Remove the old comment and BUG_ON given that the > current definition of is_sync_kiocb makes it impossible to hit. > > Signed-off-by

[PATCH 2/7] aio: remove an outdated BUG_ON and comment in aio_complete

2018-04-15 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 BUG_ON given that the current definition of is_sync_kiocb makes it impossible to hit. Signed-off-by: Christoph Hellwig --- fs/aio.c | 9 - 1 file changed, 9 deletions