[PATCH] Make most file operations structs in fs/ const
[deliverable/linux.git] / fs / ramfs / file-nommu.c
index b1ca234068f67173816c51c49bceecfe2c66bed9..f443a84b98a5a300b21fbf298f7aa2587e6e83eb 100644 (file)
@@ -33,7 +33,7 @@ struct address_space_operations ramfs_aops = {
        .commit_write           = simple_commit_write
 };
 
-struct file_operations ramfs_file_operations = {
+const struct file_operations ramfs_file_operations = {
        .mmap                   = ramfs_nommu_mmap,
        .get_unmapped_area      = ramfs_nommu_get_unmapped_area,
        .read                   = generic_file_read,
This page took 0.036971 seconds and 5 git commands to generate.