iomap: mark the iomap argument to iomap_read_page_sync const
authorChristoph Hellwig <hch@lst.de>
Wed, 11 Aug 2021 01:33:06 +0000 (18:33 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 17 Aug 2021 04:26:33 +0000 (21:26 -0700)
commit1acd9e9c015b389aa3201a977454efb92e36806c
treeff417a617bf733450faf2a3c0bcffa17dbb6c698
parent78c64b00f842ac704d0612553dd124c31b4afceb
iomap: mark the iomap argument to iomap_read_page_sync const

iomap_read_page_sync never modifies the passed in iomap, so mark
it const.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/iomap/buffered-io.c