commit | c8f4c36f81623002165dce874fa60bb0c154b10e | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Fri Feb 23 13:45:28 2018 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Mar 12 10:21:22 2018 -0600 |
tree | 5a9579be522bfd47e43260f21119a4d239dc43dc | |
parent | fc9de9a52e993829d928825d05fc9d3f41ce33fa [diff] |
direct-io: Remove unused DIO_ASYNC_EXTEND flag This flag was added by 6039257378e4 ("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 acdda3aae146 ("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>