nuttx/fs
Xiang Xiao 1f3a8b5adf Fix mmap compiler error when CONFIG_FS_RAMMAP equals y
fs_munmap.c:122:15: error: ‘struct fs_rammap_s’ has no member named ‘kernel’
fs_rammap.c:110:52: error: expected ‘:’ before ‘;’ token

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-07-13 14:39:14 -03:00
..
aio Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
binfs
cromfs fs:cromf Use inttypes in printing macros 2021-05-04 09:40:51 +01:00
dirent
driver
fat Fix various typos in comments and documentation 2021-07-04 11:23:26 -05:00
hostfs Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
inode libc: Implement ttyname and ttyname_r 2021-07-09 18:23:34 -03:00
littlefs nuttx: littlefs_close should return value bugfix 2021-07-12 10:05:49 -03:00
mmap Fix mmap compiler error when CONFIG_FS_RAMMAP equals y 2021-07-13 14:39:14 -03:00
mount
mqueue Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
nfs fs: nfs: Reconnect to the NFS server in TCP mode 2021-06-28 01:11:52 -05:00
nxffs
partition
procfs fs/profs: Add ordblks in meminfo_progmem 2021-07-12 16:49:56 -03:00
romfs
semaphore Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
shm
smartfs NuttX: nxstyle fixes 2021-04-10 06:42:19 -05:00
socket net/sock: move the psock calloc out of sockfd_allocate 2021-06-11 05:00:21 -05:00
spiffs Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
tmpfs fs/tmpfs: Account the filename in the allocation block 2021-07-04 18:51:12 -03:00
unionfs
userfs
vfs vfs: stat_recursive should return -ENOSYS if stat callback is NULL 2021-07-13 11:32:52 -03:00
fs_initialize.c
Kconfig fs/eventfd: add EVENT_FD_POLL as a Kconfig dependency for EVENT_FD_NPOLLWAITERS 2021-05-08 08:29:21 -07:00
Makefile