[PATCH] Make most file operations structs in fs/ const
[deliverable/linux.git] / drivers / misc / ibmasm / ibmasmfs.c
index 5c550fcac2c487f176ba6a2881d41d1449423a15..26a230b6ff80dbee2d207a10d4625c44e64f02d4 100644 (file)
@@ -101,7 +101,7 @@ static struct super_operations ibmasmfs_s_ops = {
        .drop_inode     = generic_delete_inode,
 };
 
-static struct file_operations *ibmasmfs_dir_ops = &simple_dir_operations;
+static const struct file_operations *ibmasmfs_dir_ops = &simple_dir_operations;
 
 static struct file_system_type ibmasmfs_type = {
        .owner          = THIS_MODULE,
This page took 0.026287 seconds and 5 git commands to generate.