From: charles Date: Fri, 19 Feb 2010 01:19:12 +0000 (+0000) Subject: Fix parameter handling X-Git-Tag: pre-name-change~126 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=f64d01cf96f4b87ab5f36a8e16c2a358d0f43969 Fix parameter handling --- 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;