--- linux-2.1.119-pre1/fs/hpfs/hpfs_fs.c.org Fri May 15 03:51:23 1998
+++ linux-2.1.119-pre1/fs/hpfs/hpfs_fs.c Fri Aug 28 03:53:10 1998
@@ -159,6 +159,7 @@
NULL, /* ioctl - default */
generic_file_mmap, /* mmap */
NULL, /* no special open is needed */
+ NULL, /* flush */
NULL, /* release */
file_fsync, /* fsync */
};
@@ -203,6 +204,7 @@
NULL, /* ioctl - default */
NULL, /* mmap */
NULL, /* no special open code */
+ NULL, /* flush */
NULL, /* no special release code */
file_fsync, /* fsync */
};
-
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