[PATCH] Mark struct super_operations const
[deliverable/linux.git] / fs / sysv / inode.c
index 13dd75c4bc8555e1252ad1d6052323a533f51562..9311cac186fe1c1f04c6eb502226100fb9c4fd39 100644 (file)
@@ -327,7 +327,7 @@ static void init_once(void *p, struct kmem_cache *cachep, unsigned long flags)
                inode_init_once(&si->vfs_inode);
 }
 
-struct super_operations sysv_sops = {
+const struct super_operations sysv_sops = {
        .alloc_inode    = sysv_alloc_inode,
        .destroy_inode  = sysv_destroy_inode,
        .read_inode     = sysv_read_inode,
This page took 0.050337 seconds and 5 git commands to generate.