erofs: convert all uncompressed cases to iomap
authorGao Xiang <hsiangkao@linux.alibaba.com>
Thu, 5 Aug 2021 00:36:01 +0000 (08:36 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Mon, 9 Aug 2021 16:18:46 +0000 (00:18 +0800)
commit771c994ea51f572539ca3961c6a7706862b147e2
tree530184b4dbb340d23e7bce4f4364274b1d14576d
parent61dc131cecaecfa1ade0f932f306544861e83718
erofs: convert all uncompressed cases to iomap

Since tail-packing inline has been supported by iomap now, let's
convert all EROFS uncompressed data I/O to iomap, which is pretty
straight-forward.

Link: https://lore.kernel.org/r/20210805003601.183063-4-hsiangkao@linux.alibaba.com
Cc: linux-fsdevel@vger.kernel.org
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
fs/erofs/data.c