kcore: more fixes for init
[deliverable/linux.git] / fs / btrfs / super.c
index 6d6d06cb6dfce1e0bf950ca6d0175e9993f53010..2db17cd66fc55d32ba19a77cee7ea54b170efa34 100644 (file)
@@ -51,7 +51,7 @@
 #include "export.h"
 #include "compression.h"
 
-static struct super_operations btrfs_super_ops;
+static const struct super_operations btrfs_super_ops;
 
 static void btrfs_put_super(struct super_block *sb)
 {
@@ -675,7 +675,7 @@ static int btrfs_unfreeze(struct super_block *sb)
        return 0;
 }
 
-static struct super_operations btrfs_super_ops = {
+static const struct super_operations btrfs_super_ops = {
        .delete_inode   = btrfs_delete_inode,
        .put_super      = btrfs_put_super,
        .sync_fs        = btrfs_sync_fs,
This page took 0.025158 seconds and 5 git commands to generate.