]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0c125c3700e8b33fe7b6f0250992229fabdfbd8f
treeff417a617bf733450faf2a3c0bcffa17dbb6c698
parent3b30fb800bd998f1fcc0246701b5e26eab838979
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