From c8d1c3ba2cdc121e44776debf005b57c5a4aba40 Mon Sep 17 00:00:00 2001 From: Dominik Ermel Date: Tue, 2 Feb 2021 08:30:13 +0000 Subject: [PATCH] doc: releasenotes 2.5: Add notes on addition fs_file_t_init The commit adds notes on addition on fs_file_t_init function and its impact on File system API. Signed-off-by: Dominik Ermel --- doc/releases/release-notes-2.5.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/releases/release-notes-2.5.rst b/doc/releases/release-notes-2.5.rst index 5a6d8f9c0c2..8ec88e3aa6a 100644 --- a/doc/releases/release-notes-2.5.rst +++ b/doc/releases/release-notes-2.5.rst @@ -79,6 +79,9 @@ API Changes standard way to identify the control signal in nodes that support power control. +* :c:type:`fs_tile_t` objects must now be initialized by calling + :c:func:`fs_file_t_init` before their first use. + Deprecated in this release ========================== @@ -372,6 +375,13 @@ Build and Infrastructure Libraries / Subsystems ********************** +* File systems + + * API + + * Added c:func:`fs_file_t_init` function for initialization of + c:type:`fs_file_t` objects. + * Disk * File Systems