diff options
Diffstat (limited to 'fs/bad_inode.c')
-rw-r--r-- | fs/bad_inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bad_inode.c b/fs/bad_inode.c index e172180a1d8c..80599ae33966 100644 --- a/fs/bad_inode.c +++ b/fs/bad_inode.c | |||
@@ -22,7 +22,7 @@ static int return_EIO(void) | |||
22 | 22 | ||
23 | #define EIO_ERROR ((void *) (return_EIO)) | 23 | #define EIO_ERROR ((void *) (return_EIO)) |
24 | 24 | ||
25 | static struct file_operations bad_file_ops = | 25 | static const struct file_operations bad_file_ops = |
26 | { | 26 | { |
27 | .llseek = EIO_ERROR, | 27 | .llseek = EIO_ERROR, |
28 | .aio_read = EIO_ERROR, | 28 | .aio_read = EIO_ERROR, |