X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_fs.c;h=fb3c13010ee93b55653b87cfc60ef2a6909e152a;hp=2a631623f82eb2563d47c57bac8047360e0cd52b;hb=7a728046bdec33880e74646228fb801790017608;hpb=dd2ede7911c7afa2d28cee19f2727a8ba03fc011 diff --git a/yaffs_fs.c b/yaffs_fs.c index 2a63162..fb3c130 100644 --- 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 @@ -1365,7 +1365,7 @@ static struct super_block *yaffs_internal_read_super(int yaffsVersion, 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) {