[PATCH] Make most file operations structs in fs/ const
[deliverable/linux.git] / fs / ext3 / file.c
index 59098ea56711cb5f07b17506ff1b66f405bb2cbb..783a796220bbe44f2fc124af0e9eaef6101e02dc 100644 (file)
@@ -105,7 +105,7 @@ force_commit:
        return ret;
 }
 
-struct file_operations ext3_file_operations = {
+const struct file_operations ext3_file_operations = {
        .llseek         = generic_file_llseek,
        .read           = do_sync_read,
        .write          = do_sync_write,
This page took 0.027688 seconds and 5 git commands to generate.