]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/coda/pioctl.c
[PATCH] Make most file operations structs in fs/ const
[mirror_ubuntu-artful-kernel.git] / fs / coda / pioctl.c
index 127714936c666f5fc97e4d68927a68e3d0ae6726..214822be87bdd424c07a9cc116d74a4ca6e5eada 100644 (file)
@@ -36,7 +36,7 @@ struct inode_operations coda_ioctl_inode_operations =
        .setattr        = coda_setattr,
 };
 
-struct file_operations coda_ioctl_operations = {
+const struct file_operations coda_ioctl_operations = {
        .owner          = THIS_MODULE,
        .ioctl          = coda_pioctl,
 };