Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
direct-io: Remove unused DIO_ASYNC_EXTEND flag
This flag was added by 6039257 ("direct-io: add flag to allow aio writes beyond i_size") to support XFS. However, with the rework of XFS' DIO's path to use iomap in acdda3a ("xfs: use iomap_dio_rw") it became redundant. So let's remove it. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
- Loading branch information