From d60f7aee7200e2f81917ff1deb9d71cb7a51f199 Mon Sep 17 00:00:00 2001 From: chrysn Date: Wed, 16 Feb 2022 17:05:41 +0100 Subject: [PATCH] sys/vfs: Deprecate public use of vfs_iterate_mounts --- sys/include/vfs.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/include/vfs.h b/sys/include/vfs.h index 31da8d5011..22fc797871 100644 --- a/sys/include/vfs.h +++ b/sys/include/vfs.h @@ -998,6 +998,9 @@ int vfs_normalize_path(char *buf, const char *path, size_t buflen); * * Set @p cur to @c NULL to start from the beginning * + * @deprecated This will become an internal-only function after the 2022.04 + * release, use @ref vfs_iterate_mount_dirs instead. + * * @param[in] cur current iterator value * * @return Pointer to next mounted file system in list after @p cur