patch-2.3.48 linux/fs/qnx4/file.c
Next file: linux/fs/qnx4/inode.c
Previous file: linux/fs/qnx4/dir.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Sat Feb 26 20:33:07 2000
-  Orig file: 
v2.3.47/linux/fs/qnx4/file.c
-  Orig date: 
Thu Feb 10 17:11:18 2000
diff -u --recursive --new-file v2.3.47/linux/fs/qnx4/file.c linux/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 @@
 
 struct inode_operations qnx4_file_inode_operations =
 {
-	default_file_ops:	&qnx4_file_operations,
 #ifdef CONFIG_QNX4FS_RW
 	truncate:		qnx4_truncate,
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)