]> err.no Git - linux-2.6/blobdiff - fs/bad_inode.c
[PATCH] sata_sil: disable hotplug interrupts on two ATI IXPs
[linux-2.6] / fs / bad_inode.c
index 672a31924f3cd107a8bdd97155dd58f2451ebf24..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,
@@ -47,7 +47,7 @@ static struct file_operations bad_file_ops =
        .get_unmapped_area = EIO_ERROR,
 };
 
-struct inode_operations bad_inode_ops =
+static struct inode_operations bad_inode_ops =
 {
        .create         = EIO_ERROR,
        .lookup         = EIO_ERROR,