summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/jffs2/README
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@bootlin.com>2018-02-12 22:03:10 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-07-16 07:22:14 +0200
commit682ecda33759754a9212c60a4885409676f35bdd (patch)
treed57f32e3e2ede667256531fdfa4232bea5e7b08a /cpukit/libfs/src/jffs2/README
parentmtd: Stop assuming mtd_erase() is asynchronous (diff)
downloadrtems-682ecda33759754a9212c60a4885409676f35bdd.tar.bz2
mtd: Unconditionally update ->fail_addr and ->addr in part_erase()
->fail_addr and ->addr can be updated no matter the result of parent->_erase(), we just need to remove the code doing the same thing in mtd_erase_callback() to avoid adjusting those fields twice. Note that this can be done because all MTD users have been converted to not pass an erase_info->callback() and are thus only taking the ->addr_fail and ->addr fields into account after part_erase() has returned. While we're at it, get rid of the erase_info->mtd field which was only needed to let mtd_erase_callback() get the partition device back. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Reviewed-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions