This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 01a234b pipe: Add DEV_PIPE_VFS_PATH to specify the pipe location
add 0eec2f5 fs: Remove the unnecessary Kconfig definition
add ea4a276 shm: Rename FS_SHMPATH to FS_SHM_VFS_PATH
add 938a995 mqueue: Rename FS_MQUEUE_MPATH to FS_MQUEUE_VFS_PATH
add c6beb35 semaphore: Rename FS_NAMED_SEMPATH to
FS_NAMED_SEMAPHORES_VFS_PATH
add e7953d8 semaphore: Change FS_NAMED_SEMPATH from "/var/lock" to
"/var/sem"
No new revisions were added by this update.
Summary of changes:
fs/mount/fs_automount.c | 9 ---------
fs/mqueue/Kconfig | 2 +-
fs/mqueue/mq_open.c | 7 ++++---
fs/mqueue/mq_unlink.c | 3 ++-
fs/mqueue/mqueue.h | 6 ------
fs/semaphore/Kconfig | 4 ++--
fs/semaphore/sem_open.c | 3 ++-
fs/semaphore/sem_unlink.c | 3 ++-
fs/shm/Kconfig | 2 +-
fs/vfs/fs_eventfd.c | 13 -------------
fs/vfs/fs_timerfd.c | 9 ---------
11 files changed, 14 insertions(+), 47 deletions(-)