[PATCH] Make most file operations structs in fs/ const
[deliverable/linux.git] / fs / fuse / dev.c
index 0c9a2ee54c91dfde34d502737e821e93d5a765ad..23d1f52eb1b8de693f86c96a8eccc2bb5909d750 100644 (file)
@@ -922,7 +922,7 @@ static int fuse_dev_release(struct inode *inode, struct file *file)
        return 0;
 }
 
-struct file_operations fuse_dev_operations = {
+const struct file_operations fuse_dev_operations = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .read           = fuse_dev_read,
This page took 0.026099 seconds and 5 git commands to generate.