commit | ca1f11d8c11dacd91c3bfd8e39d41db349e83f8b | [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 | 0989033d0968878bd8f5d42d4f507dc9a806cfe4 [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>