"
diff -u --recursive --new-file v2.1.117/linux/drivers/block/swim3.c linux/driver
s/block/swim3.c
--- v2.1.117/linux/drivers/block/swim3.c Fri May 8 23:14:47 1998
+++ linux/drivers/block/swim3.c Mon Aug 24 13:02:44 1998
@@ -968,7 +968,8 @@
floppy_ioctl, /* ioctl */
NULL, /* mmap */
floppy_open, /* open */
- floppy_release, /* release */
+ NULL, /* flush */
+ floppy_release, /* release *
block_fsync, /* fsync */
NULL, /* fasync */
floppy_check_change, /* check_media_change */
"
/|\
there seems be missing "/" after "*" in the new line for floppy_release.
-Adam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html