commit | 6e9065d756df5dac6dc02b94b82b4f5dbbf38caf | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Mon Jan 25 17:09:30 2010 +0200 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Mon Feb 01 15:16:37 2010 +0200 |
tree | ed2f34b18bb9c9af1b772e25127ec1ea1ce4f2cf | |
parent | adbf05e3ec6ea380ba145b6fa89d9125ed76eb98 [diff] |
UBI: add write checking Add an extra debugging check function which validates writes. After every write it reads the data back, compares it with the original data, and complains if they mismatch. Useful for debugging. No-op if extra debugging checks are disabled. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>