diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2014-05-22 00:06:12 +0200 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-07-09 03:38:16 +0200 |
commit | 8471bb73ba10ed6788b4f1e9b8a0f9dc6bdb05b5 (patch) | |
tree | 12fdaa370ab34c38c4057ddca0a2bcd52b5744a8 /drivers/mtd/mtdchar.c | |
parent | mtd: Add sysfs attributes to expose the ECC stats fields (diff) | |
download | linux-8471bb73ba10ed6788b4f1e9b8a0f9dc6bdb05b5.tar.xz linux-8471bb73ba10ed6788b4f1e9b8a0f9dc6bdb05b5.zip |
mtd: Introduce mtd_block_isreserved()
In addition to mtd_block_isbad(), which checks if a block is bad or
reserved, it's needed to check if a block is reserved only (but not
bad). This commit adds an MTD interface for it, in a similar fashion to
mtd_block_isbad().
While here, fix mtd_block_isbad() so the out-of-bounds checking is done
before the callback check.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Tested-by: Pekon Gupta <pekon@ti.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/mtdchar.c')
0 files changed, 0 insertions, 0 deletions