]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/binfmt_misc.c
[PATCH] Mark struct super_operations const
[mv-sheeva.git] / fs / binfmt_misc.c
index c2e08252af35d5dd3140ff32d1cf79bbfd3521c7..e6f57990b121650647663f95f33727280cf22c4d 100644 (file)
@@ -719,7 +719,7 @@ static const struct file_operations bm_status_operations = {
 
 /* Superblock handling */
 
-static struct super_operations s_ops = {
+static const struct super_operations s_ops = {
        .statfs         = simple_statfs,
        .clear_inode    = bm_clear_inode,
 };