[PATCH] Make most file operations structs in fs/ const
[deliverable/linux.git] / fs / coda / psdev.c
index 98c74fe2e139d0f349cb1201577abdbad8b6b3f2..6c6771db36da4f482f123a42f92c852e90cf05fd 100644 (file)
@@ -342,7 +342,7 @@ static int coda_psdev_release(struct inode * inode, struct file * file)
 }
 
 
-static struct file_operations coda_psdev_fops = {
+static const struct file_operations coda_psdev_fops = {
        .owner          = THIS_MODULE,
        .read           = coda_psdev_read,
        .write          = coda_psdev_write,
This page took 0.023382 seconds and 5 git commands to generate.