]> git.baikalelectronics.ru Git - kernel.git/commit
fs: mark the iomap argument to __block_write_begin_int const
authorChristoph Hellwig <hch@lst.de>
Wed, 11 Aug 2021 01:33:05 +0000 (18:33 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 17 Aug 2021 04:26:33 +0000 (21:26 -0700)
commit72adecd6073b87b7c431724af78e3eef0b0af2da
tree70e6df61aef50978c342d5c4d2d7e511e88ab417
parentf7709b8807f213c1638bcd3e3984ba18718c6db0
fs: mark the iomap argument to __block_write_begin_int const

__block_write_begin_int 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/buffer.c
fs/internal.h