[PATCH 1/4] sync include/mtd/ubi-user.h with kernel v3.6-rc1
Richard Genoud
richard.genoud at gmail.com
Mon Aug 20 06:25:55 EDT 2012
2012/8/17 Richard Genoud <richard.genoud at gmail.com>:
> /*
> - * UBI data type hint constants.
> - *
> - * UBI_LONGTERM: long-term data
> - * UBI_SHORTTERM: short-term data
> - * UBI_UNKNOWN: data persistence is unknown
> - *
> - * These constants are used when data is written to UBI volumes in order to
> - * help the UBI wear-leveling unit to find more appropriate physical
> - * eraseblocks.
> - */
> -enum {
> - UBI_LONGTERM = 1,
> - UBI_SHORTTERM = 2,
> - UBI_UNKNOWN = 3,
> -};
Sorry, I didn't pay attention to that (I must have compiled without a
make clean).
mtd-utils should be updated not to use dtype anymore.
If it's as simple as that, I can update it.
Richard.
More information about the linux-mtd
mailing list