iomap: constify struct iomap_ops

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
Christoph Hellwig
2017-01-27 23:20:26 -08:00
committed by Darrick J. Wong
parent b6f41e4482
commit 8ff6daa17b
11 changed files with 33 additions and 33 deletions

View File

@@ -3420,7 +3420,7 @@ orphan_del:
return ret;
}
struct iomap_ops ext4_iomap_ops = {
const struct iomap_ops ext4_iomap_ops = {
.iomap_begin = ext4_iomap_begin,
.iomap_end = ext4_iomap_end,
};