commit | 58a21bf422f7a78115a4e33e2b47d7722fbf2e42 | [log] [tgz] |
---|---|---|
author | Paul Hepworth <paulh@vpitech.com> | Thu Oct 09 08:52:34 2025 -0600 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Oct 13 11:28:00 2025 -0400 |
tree | 94e377e2822576972721595c316256cde10fe100 | |
parent | 1beb3d36ddf56698f88f631c6753bb2dc64d5eda [diff] |
doc: fs: document preconditions with fs_open & fs_opendir fs_open and fs_opendir rely on the structures in the first param being intialized. (The init functions are documented with the type declarations.) This simple documentation change mentions this need to initialize (and emphasizes it). (Users of similar APIs such as POSIX open and opendir do not expect this initialization need.) Fixes #97205 Signed-off-by: Paul Hepworth <paulh@vpitech.com>