nuttx/fs/spiffs/src
Gregory Nutt 156963a903 Check return from nxsem_wait_initialize()
Resolution of Issue 619 will require multiple steps, this part of the first step in that resolution:  Every call to nxsem_wait_uninterruptible() must handle the return value from nxsem_wait_uninterruptible properly.  This commit is only for those files under fs/tmpfs and fs/spiffs.  Still do do:  The rest of fs/ and all of drivers/ and arch/.
2020-03-29 22:11:13 +01:00
..
spiffs.h Run codespell -w against all files 2020-02-22 14:45:07 -06:00
spiffs_cache.c fs/: Fix various coding standard issues found while testing tools/nxstyle.c 2019-03-01 15:01:04 -06:00
spiffs_cache.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
spiffs_check.c Run codespell -w against all files 2020-02-22 14:45:07 -06:00
spiffs_check.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
spiffs_core.c Run codespell -w against all files 2020-02-22 14:45:07 -06:00
spiffs_core.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
spiffs_gc.c Run codespell -w against all files 2020-02-22 14:45:07 -06:00
spiffs_gc.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
spiffs_mtd.c fs/spiffs: The MTD interfaces needs its own, dedicated page buffer for read-modify-write operations. It cannot share the normal 'working' page buffer because it is sometimes in-use when the MTD interface needs it. Also and more DEBUG output and controls for the MTD interface. 2018-09-27 09:35:58 -06:00
spiffs_mtd.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
spiffs_vfs.c Check return from nxsem_wait_initialize() 2020-03-29 22:11:13 +01:00
spiffs_volume.c Fix typos in comments and documentation. 2020-03-16 20:01:11 -06:00