summaryrefslogtreecommitdiffstats
path: root/fs/qnx4/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/qnx4/file.c')
-rw-r--r--fs/qnx4/file.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/qnx4/file.c b/fs/qnx4/file.c
index 6eb3ca0a5..c3cc930e3 100644
--- a/fs/qnx4/file.c
+++ b/fs/qnx4/file.c
@@ -22,7 +22,7 @@
* We have mostly NULL's here: the current defaults are ok for
* the qnx4 filesystem.
*/
-static struct file_operations qnx4_file_operations =
+struct file_operations qnx4_file_operations =
{
read: generic_file_read,
#ifdef CONFIG_QNX4FS_RW
@@ -36,7 +36,6 @@ static struct file_operations qnx4_file_operations =
struct inode_operations qnx4_file_inode_operations =
{
- default_file_ops: &qnx4_file_operations,
#ifdef CONFIG_QNX4FS_RW
truncate: qnx4_truncate,
#endif