linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / bad_inode.c
index 80599ae..e172180 100644 (file)
@@ -22,7 +22,7 @@ static int return_EIO(void)
 
 #define EIO_ERROR ((void *) (return_EIO))
 
-static const struct file_operations bad_file_ops =
+static struct file_operations bad_file_ops =
 {
        .llseek         = EIO_ERROR,
        .aio_read       = EIO_ERROR,