nuttx/fs/vfs
Gregory Nutt a4d6af8343 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/inode.  Utility functions under fs/incode were modified so the changes do extend to other fs/ sub-directories as well.
2020-03-30 01:33:31 +01:00
..
fs_close.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_dup2.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
fs_dup.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
fs_dupfd2.c
fs_dupfd.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_epoll.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
fs_fcntl.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
fs_fdopen.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
fs_fstat.c
fs_fstatfs.c
fs_fsync.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_getfilep.c
fs_ioctl.c fs/vfs/fs_ioctl.c: Add FIONBIO support 2020-02-19 12:08:08 -06:00
fs_link.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_lseek.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
fs_mkdir.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_open.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_poll.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
fs_pread.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_pwrite.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_read.c Fix typo in the file_read description (#44) 2020-01-07 07:07:39 -03:00
fs_readlink.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
fs_rename.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_rmdir.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_select.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
fs_sendfile.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
fs_stat.c
fs_statfs.c
fs_truncate.c
fs_unlink.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_write.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
Make.defs