X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fmtd%2Fubi%2Fscan.h;h=ff179ad7ca55965ed4a710c1910721e47f6c36e6;hb=ca0297015d4f117005718e01aa368875abcccbc5;hp=1017cf12def56253606168e3c2ad18af674b8eae;hpb=fe96efc1a3c049f0a1bcd9b65e0faeb751ce5ec6;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/mtd/ubi/scan.h b/drivers/mtd/ubi/scan.h index 1017cf1..ff179ad 100644 --- a/drivers/mtd/ubi/scan.h +++ b/drivers/mtd/ubi/scan.h @@ -102,7 +102,7 @@ struct ubi_scan_volume { * @mean_ec: mean erase counter value * @ec_sum: a temporary variable used when calculating @mean_ec * @ec_count: a temporary variable used when calculating @mean_ec - * @image_seq_set: indicates @ubi->image_seq is known + * @corr_count: count of corrupted PEBs * * This data structure contains the result of scanning and may be used by other * UBI sub-systems to build final UBI data structures, further error-recovery @@ -125,7 +125,7 @@ struct ubi_scan_info { int mean_ec; uint64_t ec_sum; int ec_count; - int image_seq_set; + int corr_count; }; struct ubi_device;