]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/jffs2/super.c
[PATCH] Mark struct super_operations const
[mirror_ubuntu-artful-kernel.git] / fs / jffs2 / super.c
index 08a0e6c49e61d77b4d51b03714108df0b0840462..cc7e8e71ad467c77f326942179c2587b0a125a7f 100644 (file)
@@ -66,7 +66,7 @@ static int jffs2_sync_fs(struct super_block *sb, int wait)
        return 0;
 }
 
-static struct super_operations jffs2_super_operations =
+static const struct super_operations jffs2_super_operations =
 {
        .alloc_inode =  jffs2_alloc_inode,
        .destroy_inode =jffs2_destroy_inode,