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 672a31924f3c..e172180a1d8c 100644 --- a/fs/bad_inode.c +++ b/fs/bad_inode.c | |||
@@ -47,7 +47,7 @@ static struct file_operations bad_file_ops = | |||
47 | .get_unmapped_area = EIO_ERROR, | 47 | .get_unmapped_area = EIO_ERROR, |
48 | }; | 48 | }; |
49 | 49 | ||
50 | struct inode_operations bad_inode_ops = | 50 | static struct inode_operations bad_inode_ops = |
51 | { | 51 | { |
52 | .create = EIO_ERROR, | 52 | .create = EIO_ERROR, |
53 | .lookup = EIO_ERROR, | 53 | .lookup = EIO_ERROR, |