diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-02 02:36:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-02 02:36:47 +0000 |
commit | 8624512aa908741ba2795200133eae0d7f4557ea (patch) | |
tree | d5d3036fccf2604f4c98dedc11e8adb929d6b52e /fs/qnx4/file.c | |
parent | 7b8f5d6f1d45d9f9de1d26e7d3c32aa5af11b488 (diff) |
Merge with 2.3.48.
Diffstat (limited to 'fs/qnx4/file.c')
-rw-r--r-- | fs/qnx4/file.c | 3 |
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 |