commit | 3614f9188702b37d2a57b2f5bb275d1820b0708e | [log] [tgz] |
---|---|---|
author | Dominik Ermel <dominik.ermel@nordicsemi.no> | Thu Nov 04 13:01:31 2021 +0000 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Nov 09 11:58:12 2021 +0100 |
tree | f0dbd8b4bf863d94bf493c037a3b988881f6ba75 | |
parent | 32f61c1d717c39d2d693796db574e54ff4ae9c3f [diff] |
fs: fs_open will only copy flags into fs_file_t structure on success The fs_open copies open flags into fs_file_t structure for use with other VFS API calls; the commit moves the operation into success path. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>