commit | 41ac3b6dc3175e518b3d765ae1b9501bfeb60108 | [log] [tgz] |
---|---|---|
author | Alexander Dahl <ada@thorsis.com> | Wed Jul 03 12:12:58 2024 +0200 |
committer | Heiko Schocher <hs@denx.de> | Sat Aug 10 11:54:28 2024 +0200 |
tree | 07cf2e2250ae0997272610e6788caff52c909cd9 | |
parent | 40866957229537f925409e1f117608e5150d085c [diff] |
fs: ubifs: Add volume mounted check Safety guard in the U-Boot filesystem glue code, because these functions are called from different parts of the codebase. For generic filesystem handling this should have been checked in blk_get_device_part_str() already. Commands from cmd/ubifs.c should also check this before calling those functions, but you never know?! Signed-off-by: Alexander Dahl <ada@thorsis.com>