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

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)