patch-2.1.128 linux/fs/qnx4/file.c

Next file: linux/fs/qnx4/symlinks.c
Previous file: linux/fs/proc/root.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.127/linux/fs/qnx4/file.c linux/fs/qnx4/file.c
@@ -180,11 +180,7 @@
 struct inode_operations qnx4_file_inode_operations =
 {
 	&qnx4_file_operations,	/* default file operations */
-#ifdef CONFIG_QNX4FS_RW
-	qnx4_create,		/* create */
-#else
-	NULL,
-#endif
+	NULL,			/* create? It's not a directory */
 	NULL,			/* lookup */
 	NULL,			/* link */
 	NULL,			/* unlink */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov