]> git.karo-electronics.de Git - linux-beck.git/blobdiff - fs/ocfs2/super.c
[PATCH] Mark struct super_operations const
[linux-beck.git] / fs / ocfs2 / super.c
index 6e300a88a47e8253a2d8dfc82d9d4c76112cb69b..6534f92424dd213a4471a8da553439f9843daa37 100644 (file)
@@ -116,7 +116,7 @@ static void ocfs2_destroy_inode(struct inode *inode);
 
 static unsigned long long ocfs2_max_file_offset(unsigned int blockshift);
 
-static struct super_operations ocfs2_sops = {
+static const struct super_operations ocfs2_sops = {
        .statfs         = ocfs2_statfs,
        .alloc_inode    = ocfs2_alloc_inode,
        .destroy_inode  = ocfs2_destroy_inode,