From f64d01cf96f4b87ab5f36a8e16c2a358d0f43969 Mon Sep 17 00:00:00 2001 From: charles Date: Fri, 19 Feb 2010 01:19:12 +0000 Subject: [PATCH] Fix parameter handling --- yaffs_fs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yaffs_fs.c b/yaffs_fs.c index 2e09f5c..0d219f6 100644 --- a/yaffs_fs.c +++ b/yaffs_fs.c @@ -32,7 +32,7 @@ */ const char *yaffs_fs_c_version = - "$Id: yaffs_fs.c,v 1.94 2010-02-18 01:18:04 charles Exp $"; + "$Id: yaffs_fs.c,v 1.95 2010-02-19 01:19:12 charles Exp $"; extern const char *yaffs_guts_c_version; #include @@ -2299,7 +2299,7 @@ static struct super_block *yaffs_internal_read_super(int yaffsVersion, param->noTagsECC = !options.tags_ecc_on; #ifdef CONFIG_YAFFS_EMPTY_LOST_AND_FOUND - dev->emptyLostAndFound = 1; + param->emptyLostAndFound = 1; #endif if(options.empty_lost_and_found_overridden) param->emptyLostAndFound = options.empty_lost_and_found; -- 2.30.2