X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_fs.c;h=0d219f64160fb1e30db673675ac0715ec29c9182;hp=2e09f5c388345ac1adedda400aa8e9a39c98a15d;hb=f64d01cf96f4b87ab5f36a8e16c2a358d0f43969;hpb=c40fdc4bd58a06dd160a9a967bbbdc5c5406e090 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;