incubator-nuttx/fs/driver
Gregory Nutt ae401cecdd 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/driver, fs/aio, fs/nfs, crypto/, and boards/.

Please note:  The modified file under fs/nfs generates several " Mixed case identifier found" errors.  Please ignore these.  These cannot be fixed without changes to numerous other files.  They also follow a non-standard convention that is used many files:  Using lower case structure names in custom SIZEOF_ definitions.
2020-03-30 17:09:45 +01:00
..
Make.defs Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
driver.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
fs_blockpartition.c Run all .c and .h files in previous commits through nxstyle. 2020-03-22 08:24:07 -05:00
fs_blockproxy.c Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
fs_closeblockdriver.c fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
fs_findblockdriver.c z20x: w25boot configuration nees CONFIG_FS_WRITABLE 2020-03-07 16:59:38 -03:00
fs_findmtddriver.c fs/driver/fs_findmtddriver.c: Fix compile failed if NO CONFIG_MTD. 2019-10-29 08:16:27 -06:00
fs_mtdpartition.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
fs_mtdproxy.c Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
fs_openblockdriver.c fd/dirent, fs/driver/, and fs/vfs: Make MTD device accessible via a character driver proxy like block devices 2018-11-08 09:59:18 -06:00
fs_registerblockdriver.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_registerdriver.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_registermtddriver.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_unregisterblockdriver.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_unregisterdriver.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_unregistermtddriver.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00