Update git submodules * Update trusty/user/app/storage from branch 'main' to 39d4ea762f9703ed24ebc21b19729c506778d90d - storage: Remove incorrect assert write_current_super_block can be called on a fs with a failed initial_super_block_tr from fs_unknown_super_block_state_all (so reinitialize will be false) if: 1. transaction_initial_super_block_complete is called to complete the initial_super_block_tr 2. One of the block writes for initial_super_block_tr's blocks fails with BLOCK_WRITE_FAILED_UNKNOWN_STATE The block write failure will fail the initial_super_block_tr, then the UNKNOWN_STATE will cause a call to fs_unknown_super_block_state_all, which then calls write_current_super_block(initial_super_block_tr, false). Test: storage_host_test Bug: 400931440 Change-Id: I538f71ab3c91f650737552c6c9563f32c99c0142 
1 file changed