]> git.baikalelectronics.ru Git - kernel.git/commit
ubi: Add debugfs file for tracking PEB state
authorBen Shelton <ben.shelton@ni.com>
Mon, 27 Mar 2017 18:24:44 +0000 (13:24 -0500)
committerRichard Weinberger <richard@nod.at>
Mon, 8 May 2017 18:49:02 +0000 (20:49 +0200)
commitabc1d3149cc877ed601b2435a6e84af8f9af5080
treebd6304f63c5d9d935b37190ce14f1fa5a49deabc
parent090e71774fd81c1103d41b3cec2e1d0273f15fad
ubi: Add debugfs file for tracking PEB state

Add a file under debugfs to allow easy access to the erase count for
each physical erase block on an UBI device.  This is useful when
debugging data integrity issues with UBIFS on NAND flash devices.

Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Signed-off-by: Zach Brown <zach.brown@ni.com>
v2:
* If ubi_io_is_bad eraseblk_count_seq_show just returns the err.
* if ubi->lookuptbl returns null, its no longer treated as an error
  instead info for that block is not printeded
* Removed check for UBI_MAX_ERASECOUNTER since it is impossible to hit
* Removed block state from print, if a block is printed then it is good and
  if it is not printed, then it is bad.

v3:
* Remove errant ! symbol from if statement checking if erase count is valid.
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/debug.c