[PATCH] Make most file operations structs in fs/ const
[deliverable/linux.git] / fs / efs / dir.c
index 777c614ff360e7f578bc1e89423b982804680454..17f5b2d3c16a7071a18010926d574a26046569b1 100644 (file)
@@ -10,7 +10,7 @@
 
 static int efs_readdir(struct file *, void *, filldir_t);
 
-struct file_operations efs_dir_operations = {
+const struct file_operations efs_dir_operations = {
        .read           = generic_read_dir,
        .readdir        = efs_readdir,
 };
This page took 0.024328 seconds and 5 git commands to generate.