[PATCH] selinux: fix tty locking
[deliverable/linux.git] / fs / bad_inode.c
index e172180a1d8c3f0173adae9101175c1454111ce3..80599ae339669d3a3a962d64d974f62fb30a58d6 100644 (file)
@@ -22,7 +22,7 @@ static int return_EIO(void)
 
 #define EIO_ERROR ((void *) (return_EIO))
 
-static struct file_operations bad_file_ops =
+static const struct file_operations bad_file_ops =
 {
        .llseek         = EIO_ERROR,
        .aio_read       = EIO_ERROR,
This page took 0.028125 seconds and 5 git commands to generate.