yaffs Tweaks to single and multi-version yaffs
[yaffs2.git] / yaffs_vfs_multi.c
index 7d21cbae90573366c6afd7dcbebe9cfb31dade49..11ddc750b7a79f3d9ca5dcd275ff0c735e798999 100644 (file)
  * >> inode->u.generic_ip points to the associated yaffs_Object.
  */
 
  * >> inode->u.generic_ip points to the associated yaffs_Object.
  */
 
+/*
+ * There are two variants of the VFS glue code. This variant should compile
+ * for any version of Linux.
+ */
 #include <linux/version.h>
 
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 10))
 #include <linux/version.h>
 
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 10))