xfs: flag files as supporting buffered async reads
authorJens Axboe <axboe@kernel.dk>
Fri, 22 May 2020 15:27:33 +0000 (09:27 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 18 Jun 2020 14:40:50 +0000 (08:40 -0600)
commitdc0e0356f1ecd6665cd6935ed80d2a9656429234
tree386a4e76c366fb2c38f797f79ebb88c97f4a0246
parent86f6fdd58646dc90ba68e32cccbd265c7ddf48c3
xfs: flag files as supporting buffered async reads

XFS uses generic_file_read_iter(), which already supports this.

Acked-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/xfs/xfs_file.c