commit | c213dc826c591cec9e1a458f17ae474af6c8e00c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Nov 23 19:53:40 2017 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Wed May 02 19:52:38 2018 +0200 |
tree | e40edd9c2959f8113c2f364b6b3cbf15ca1f0b2d | |
parent | 01a658e1e92745255bfcae1977adc2f563a159ac [diff] |
aio: remove an outdated BUG_ON and comment in aio_complete 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 <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>