patch-2.3.9 linux/fs/qnx4/symlinks.c
Next file: linux/fs/read_write.c
Previous file: linux/fs/qnx4/fsync.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Sun Jun 27 10:10:41 1999
-  Orig file: 
v2.3.8/linux/fs/qnx4/symlinks.c
-  Orig date: 
Tue Jun  1 23:25:47 1999
diff -u --recursive --new-file v2.3.8/linux/fs/qnx4/symlinks.c linux/fs/qnx4/symlinks.c
@@ -43,11 +43,14 @@
 	NULL,			/* rename */
 	qnx4_readlink,		/* readlink */
 	qnx4_follow_link,	/* follow_link */
+	NULL,			/* get_block */
 	NULL,			/* readpage */
 	NULL,			/* writepage */
-	NULL,			/* bmap */
+	NULL,			/* flushpage */
 	NULL,			/* truncate */
-	NULL			/* permission */
+	NULL,			/* permission */
+	NULL,			/* smap */
+	NULL			/* revalidate */
 };
 
 static struct dentry *qnx4_follow_link(struct dentry *dentry,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)