Yep, it really is number 8 of 7. (The need for the eighth patch
was found after sending the first seven...)
-Frank
--
Frank Rowand <
frank_rowand@mvista.com>
MontaVista Software, Inc
Index: linux-2.6.9/fs/yaffs/yaffs_fs.c
===================================================================
--- linux-2.6.9.orig/fs/yaffs/yaffs_fs.c
+++ linux-2.6.9/fs/yaffs/yaffs_fs.c
@@ -214,6 +214,9 @@
mmap: generic_file_mmap,
flush: yaffs_file_flush,
fsync: yaffs_sync_object,
+#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0))
+ sendfile: generic_file_sendfile,
+#endif
};