commit | 1e0a74f10d76021988ecd9e34e6c0c65d1c5403e | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Sat May 07 18:09:18 2016 +0200 |
committer | Richard Weinberger <richard@nod.at> | Tue May 24 15:21:01 2016 +0200 |
tree | 260be3e29a8c25690bde1fe3199c0a116870e278 | |
parent | 525bab71feb152bccb65054cc2bca1537e3bd2b5 [diff] |
UBI: Don't read back all data in ubi_eba_copy_leb() Drop this paranoia check from the old days. If our MTD driver or the flash is so bad that we even cannot trust it to write data we have bigger problems. If one really does not trust the flash and wants write-verify she can enable UBI io checks using debugfs. Signed-off-by: Richard Weinberger <richard@nod.at>