diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index 52083d662197f84a089d56ac19332f4fd38f50f8..7730316c19c64292618430595c6d4303109cd7b8 100644 --- a/fs/f2fs/super.c +++ b/fs/f2fs/super.c @@ -1546,7 +1546,7 @@ void f2fs_quota_off_umount(struct super_block *sb) } #endif -static struct super_operations f2fs_sops = { +static const struct super_operations f2fs_sops = { .alloc_inode = f2fs_alloc_inode, .drop_inode = f2fs_drop_inode, .destroy_inode = f2fs_destroy_inode,