UBI: Don't read back all data in ubi_eba_copy_leb()
authorRichard Weinberger <richard@nod.at>
Sat, 7 May 2016 16:09:18 +0000 (18:09 +0200)
committerRichard Weinberger <richard@nod.at>
Tue, 24 May 2016 13:21:01 +0000 (15:21 +0200)
commit1e0a74f10d76021988ecd9e34e6c0c65d1c5403e
tree260be3e29a8c25690bde1fe3199c0a116870e278
parent525bab71feb152bccb65054cc2bca1537e3bd2b5
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>
drivers/mtd/ubi/eba.c
This page took 0.034485 seconds and 5 git commands to generate.