X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_guts.h;h=d3200706675073c56f600e1a3234bba58ed58824;hp=a9fdde2213c46b315b56ab333754852867b4cab7;hb=662466a25f6c97bba330ad5d9e9ba215ca8874ee;hpb=95ff7ef3e08cf76d07b08cce3470d4840b27a8ea diff --git a/yaffs_guts.h b/yaffs_guts.h index a9fdde2..d320070 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -77,7 +77,7 @@ /* Binary data version stamps */ #define YAFFS_SUMMARY_VERSION 1 -#define YAFFS_CHECKPOINT_VERSION 6 +#define YAFFS_CHECKPOINT_VERSION 7 #ifdef CONFIG_YAFFS_UNICODE #define YAFFS_MAX_NAME_LENGTH 127 @@ -536,7 +536,7 @@ struct yaffs_param { */ int use_nand_ecc; /* Flag to decide whether or not to use * NAND driver ECC on data (yaffs1) */ - int tags_9bytes; /* Use 9 byte tags */ + int tags_9bytes; /* Use 9 byte tags */ int no_tags_ecc; /* Flag to decide whether or not to do ECC * on packed tags (yaffs2) */