UBIFS: constify operations
[deliverable/linux.git] / fs / ubifs / super.c
index a7fc97f4d9de548335e5e8d9d41ac58f144105dc..53811e567a6983966a6b3ee3da26ca15120a54ca 100644 (file)
@@ -1778,7 +1778,7 @@ static int ubifs_remount_fs(struct super_block *sb, int *flags, char *data)
        return 0;
 }
 
-struct super_operations ubifs_super_operations = {
+const struct super_operations ubifs_super_operations = {
        .alloc_inode   = ubifs_alloc_inode,
        .destroy_inode = ubifs_destroy_inode,
        .put_super     = ubifs_put_super,
This page took 0.03606 seconds and 5 git commands to generate.