Mercurial > yaffs-ecoscentric-gpl
changeset 361:77453ad2ede7
Fix parameter handling
| author | charles <charles> |
|---|---|
| date | Fri, 19 Feb 2010 01:19:12 +0000 |
| parents | 05cd3ca9ab0a |
| children | c2704866bde5 |
| files | yaffs_fs.c |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <linux/version.h> @@ -2299,7 +2299,7 @@ static struct super_block *yaffs_interna 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;
