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
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
fs_fcntl.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
fs_fdopen.c
fs_fstat.c
fs_fstatfs.c
fs_fsync.c
fs_getfilep.c
fs_ioctl.c
fs_link.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_lseek.c
fs_mkdir.c Check return from nxsem_wait_initialize() 2020-03-30 01:33:31 +01:00
fs_open.c
fs_poll.c
fs_pread.c
fs_pwrite.c
fs_read.c
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
fs_sendfile.c
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