file_ops patch for hpfs_fs.c in 2.1.119-pre1

Bjoern Kriews (bkr@cut.de)
Fri, 28 Aug 1998 03:57:38 +0200


I don't use this module - just noticed the warning.

--- 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