Mercurial > yaffs-ecoscentric-gpl
changeset 109:b9876f8c4b48
Fix conditional
| author | charles <charles> |
|---|---|
| date | Thu, 15 Dec 2005 20:27:56 +0000 |
| parents | 4a8113f1c36b |
| children | 05d88b61a734 |
| 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 @@ -31,7 +31,7 @@ */ const char *yaffs_fs_c_version = - "$Id: yaffs_fs.c,v 1.37 2005-12-14 01:18:45 charles Exp $"; + "$Id: yaffs_fs.c,v 1.38 2005-12-15 20:27:56 charles Exp $"; extern const char *yaffs_guts_c_version; #include <linux/config.h> @@ -1365,7 +1365,7 @@ static struct super_block *yaffs_interna T(YAFFS_TRACE_OS, (" erasesize %d\n", mtd->erasesize)); T(YAFFS_TRACE_OS, (" size %d\n", mtd->size)); -#if CONFIG_YAFFS_AUTO_YAFFS2 +#ifdef CONFIG_YAFFS_AUTO_YAFFS2 if (yaffsVersion == 1 && mtd->oobblock >= 2048) {
