mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-31 01:11:21 +01:00
This solves highly theoretical race conditions of file systems being unmounted in an application while a shell `df` runs, fixes the previous weird behavior that `/mountpoint/non-existant-path` could be df'd and would even report that non-existant path as a file name, but more practically ensures that an example of vfs_iter_mount_dirs is around.