Fixes: e3d16669487e ("ext4: Move ext4_fiemap to use iomap framework.") Signed-off-by: kbuild test robot <lkp@xxxxxxxxx> --- extents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index 204795232ce7e..42eeedd9db00c 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c @@ -4915,7 +4915,7 @@ static int ext4_iomap_xattr_begin(struct inode *inode, loff_t offset, return error; } -const struct iomap_ops ext4_iomap_xattr_ops = { +static const struct iomap_ops ext4_iomap_xattr_ops = { .iomap_begin = ext4_iomap_xattr_begin, };