incubator-nuttx/fs
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
..
aio Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
binfs
cromfs
dirent Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
driver Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
fat fs/fat/fs_fat32util.c: return was missing from the last PR. 2020-03-30 17:13:13 +02:00
hostfs fs/: Check return of nxsem_wait_uninterruptible. 2020-03-30 08:08:07 -06:00
inode Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
littlefs fs/: Check return of nxsem_wait_uninterruptible. 2020-03-30 08:08:07 -06:00
mmap
mount Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
mqueue Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
nfs Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
nxffs
partition
procfs
romfs fs/: Check return of nxsem_wait_uninterruptible. 2020-03-30 08:08:07 -06:00
semaphore Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
shm
smartfs fs/: Check return of nxsem_wait_uninterruptible. 2020-03-30 08:08:07 -06:00
spiffs Check return from nxsem_wait_initialize() 2020-03-29 22:11:13 +01:00
tmpfs Check return from nxsem_wait_initialize() 2020-03-29 22:11:13 +01:00
unionfs fs/: Check return of nxsem_wait_uninterruptible. 2020-03-30 08:08:07 -06:00
userfs
vfs Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
.gitignore Revert "Don't generate .depend anymore" 2020-03-22 23:07:29 -05:00
Kconfig
Makefile Revert "Don't generate .depend anymore" 2020-03-22 23:07:29 -05:00
fs_initialize.c