linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / coda / pioctl.c
index 214822b..1277149 100644 (file)
@@ -36,7 +36,7 @@ struct inode_operations coda_ioctl_inode_operations =
        .setattr        = coda_setattr,
 };
 
-const struct file_operations coda_ioctl_operations = {
+struct file_operations coda_ioctl_operations = {
        .owner          = THIS_MODULE,
        .ioctl          = coda_pioctl,
 };