summaryrefslogtreecommitdiff
path: root/yaffs_vfs_multi.c
diff options
context:
space:
mode:
authorCharles Manning <cdhmanning@gmail.com>2010-09-25 14:21:44 +1200
committerCharles Manning <cdhmanning@gmail.com>2010-09-25 14:21:44 +1200
commite96a9be41b7e129a2fbaf42bd72804e354a7447f (patch)
tree21bfcd4b1ea927b6fc9186e2c55ce75fb75f7d02 /yaffs_vfs_multi.c
parent1996f7866c793b99020d2d204d522291609e9fbb (diff)
yaffs Tweaks to single and multi-version yaffs
Strip multi-version code out of single version VFS glue. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Diffstat (limited to 'yaffs_vfs_multi.c')
-rw-r--r--yaffs_vfs_multi.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/yaffs_vfs_multi.c b/yaffs_vfs_multi.c
index 7d21cba..11ddc75 100644
--- a/yaffs_vfs_multi.c
+++ b/yaffs_vfs_multi.c
@@ -31,6 +31,10 @@
* >> 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))