summaryrefslogtreecommitdiffstats
path: root/fs/qnx4/file.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-03-02 02:36:47 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-03-02 02:36:47 +0000
commit8624512aa908741ba2795200133eae0d7f4557ea (patch)
treed5d3036fccf2604f4c98dedc11e8adb929d6b52e /fs/qnx4/file.c
parent7b8f5d6f1d45d9f9de1d26e7d3c32aa5af11b488 (diff)
Merge with 2.3.48.
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