There are two places requiring NULL, /* flush */
Here's the diff. made against 2.1.119pre1
The only other warnings I saw were in:
pty.c:339 pty_init unused variable i
apm_bios.c:553 unused variable i
apm_bios.c:1165 unused variable 'bat-stat'
tty_io.c label 'init_dev_done' defined but not used.
2.1.119pre1 + l-con118
-- Garst --------------70C318BAA696581AD5425B32 Content-Type: text/plain; charset=us-ascii; name="hpfs_fs.c.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="hpfs_fs.c.diff"--- hpfs_fs.c.orig Fri Aug 28 03:06:09 1998 +++ hpfs_fs.c Fri Aug 28 03:06:09 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 */ };
--------------70C318BAA696581AD5425B32--
- 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