commit | 6d49cc8545e9e9e9e5a14e75fd044f049bd6077e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Aug 10 18:33:05 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Aug 16 21:26:33 2021 -0700 |
tree | 70e6df61aef50978c342d5c4d2d7e511e88ab417 | |
parent | e3c4ffb0c2219e720acdc6072c6ddaccac5cab79 [diff] |
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>