patch-2.1.118 linux/fs/fat/file.c
Next file: linux/fs/fifo.c
Previous file: linux/fs/fat/dir.c
Back to the patch index
Back to the overall index
-  Lines: 24
-  Date:
Mon Aug 24 13:02:44 1998
-  Orig file: 
v2.1.117/linux/fs/fat/file.c
-  Orig date: 
Wed Jun 24 22:54:08 1998
diff -u --recursive --new-file v2.1.117/linux/fs/fat/file.c linux/fs/fat/file.c
@@ -39,6 +39,7 @@
 	NULL,			/* ioctl - default */
 	generic_file_mmap,	/* mmap */
 	NULL,			/* no special open is needed */
+	NULL,			/* flush */
 	NULL,			/* release */
 	file_fsync		/* fsync */
 };
@@ -79,6 +80,7 @@
 	NULL,			/* ioctl - default */
 	fat_mmap,		/* mmap */
 	NULL,			/* no special open is needed */
+	NULL,			/* flush */
 	NULL,			/* release */
 	file_fsync		/* fsync */
 };
@@ -122,6 +124,7 @@
 	NULL,			/* ioctl - default */
 	generic_file_mmap,	/* mmap */
 	NULL,			/* no special open is needed */
+	NULL,			/* flush */
 	NULL,			/* release */
 	file_fsync		/* fsync */
 };
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov