nuttx/fs/mount
Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24)
* Simplify EINTR/ECANCEL error handling

1. Add semaphore uninterruptible wait function
2 .Replace semaphore wait loop with a single uninterruptible wait
3. Replace all sem_xxx to nxsem_xxx

* Unify the void cast usage

1. Remove void cast for function because many place ignore the returned value witout cast
2. Replace void cast for variable with UNUSED macro
2020-01-02 10:54:43 -06:00
..
fs_automount.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_foreachmountpoint.c Squashed commit of the following: 2017-10-26 13:33:08 -06:00
fs_gettype.c Addes the ARM mbed littlefs to NuttX 2019-01-09 14:26:51 -06:00
fs_mount.c fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
fs_procfs_mount.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_umount2.c fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
Make.defs CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 2019-02-11 12:09:26 -06:00
mount.h fs/mount/mount.h: Fix warning, 'No newline at end of file' 2018-08-26 13:13:11 -06:00