]> git.karo-electronics.de Git - linux-beck.git/blobdiff - fs/gfs2/ops_super.c
[PATCH] Mark struct super_operations const
[linux-beck.git] / fs / gfs2 / ops_super.c
index 47369d0112147d8c7fb814234bf2f4cd9bdd80e4..b89999d3a7679cb0c17c30dfd78a750df826cea4 100644 (file)
@@ -468,7 +468,7 @@ static void gfs2_destroy_inode(struct inode *inode)
        kmem_cache_free(gfs2_inode_cachep, inode);
 }
 
-struct super_operations gfs2_super_ops = {
+const struct super_operations gfs2_super_ops = {
        .alloc_inode            = gfs2_alloc_inode,
        .destroy_inode          = gfs2_destroy_inode,
        .write_inode            = gfs2_write_inode,