nuttx/fs/inode
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
..
fs_fileclose.c fs/inode/fs_fileclose.c: Move file_close() a separate file. It no longer makes since for it to cohabitate with file_detach(). 2018-09-15 13:19:14 -06:00
fs_filedetach.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_fileopen.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_files.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_foreachinode.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_inode.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_inodeaddref.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_inodebasename.c
fs_inodefind.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_inodefree.c
fs_inoderelease.c Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
fs_inoderemove.c fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
fs_inodereserve.c Fix a few typos and wrap some long lines. 2019-02-09 10:00:37 -06:00
fs_inodesearch.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
inode.h Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
Make.defs Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00