patch-2.1.118 linux/fs/devices.c
Next file: linux/fs/devpts/inode.c
Previous file: linux/fs/dcache.c
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
Mon Aug 24 12:33:11 1998
-  Orig file: 
v2.1.117/linux/fs/devices.c
-  Orig date: 
Mon Aug  3 12:45:47 1998
diff -u --recursive --new-file v2.1.117/linux/fs/devices.c linux/fs/devices.c
@@ -261,6 +261,7 @@
 	NULL,		/* ioctl */
 	NULL,		/* mmap */
 	blkdev_open,	/* open */
+	NULL,		/* flush */
 	NULL,		/* release */
 };
 
@@ -313,6 +314,7 @@
 	NULL,		/* ioctl */
 	NULL,		/* mmap */
 	chrdev_open,	/* open */
+	NULL,		/* flush */
 	NULL,		/* release */
 };
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov