iomap: mark the iomap argument to iomap_read_inline_data 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)
commit78c64b00f842ac704d0612553dd124c31b4afceb
tree73b9cf27f6d5c5a0cfac771a93ecb2d63a7c867c
parent7e4f4b2d689d959b03cb07dfbdb97b9696cb1076
iomap: mark the iomap argument to iomap_read_inline_data const

iomap_read_inline_data 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