xfs: remove the buffered I/O fallback assert
authorChristoph Hellwig <hch@lst.de>
Sat, 23 Jan 2021 18:06:29 +0000 (10:06 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 1 Feb 2021 17:47:19 +0000 (09:47 -0800)
commit670654b004b0bf7a0bc749f4f555fdefd5c89dcb
tree396a6a3c745e838a6840225d9f7f4a62cd142314
parentee1b218b09560982010e4dfffa8f9d4f05f62220
xfs: remove the buffered I/O fallback assert

The iomap code has been designed from the start not to do magic fallback,
so remove the assert in preparation for further code cleanups.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_file.c