]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/affs/super.c
[PATCH] Mark struct super_operations const
[mirror_ubuntu-bionic-kernel.git] / fs / affs / super.c
index 3de93e799949cc9289ece4a0b13486221d2a136b..a324045d8554aed593fd2947c4eaa76ff5b79f7f 100644 (file)
@@ -112,7 +112,7 @@ static void destroy_inodecache(void)
        kmem_cache_destroy(affs_inode_cachep);
 }
 
-static struct super_operations affs_sops = {
+static const struct super_operations affs_sops = {
        .alloc_inode    = affs_alloc_inode,
        .destroy_inode  = affs_destroy_inode,
        .read_inode     = affs_read_inode,