Skip to content

Commit 7bdf647

Browse files
manuarguecarlescufi
authored andcommitted
doc: release-notes: fix fs_mount() return code
Document fixes done for #56378. Signed-off-by: Manuel Arguelles <[email protected]>
1 parent 09dd8c7 commit 7bdf647

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/releases/release-notes-3.4.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,9 @@ Libraries / Subsystems
381381
* File systems
382382

383383
* Added :kconfig:option:`CONFIG_FS_FATFS_REENTRANT` to enable the FAT FS reentrant option.
384+
* With LittleFS as backend, :c:func:`fs_mount` return code was corrected to ``EFAULT`` when
385+
called with ``FS_MOUNT_FLAG_NO_FORMAT`` and the designated LittleFS area could not be
386+
mounted because it has not yet been mounted or it required reformatting.
384387

385388
* Management
386389

0 commit comments

Comments
 (0)