This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 2ebfdf737c add the ability that control CAN transceiver state.
     new 0de9d4ba6a sched/semaphore: add sem_rw source file to CMakeLists
     new a367657d2d sched/semaphore: support recursive write for same process 
in sem_rw lock
     new 09a9611ae9 fs/inode: using rwsem lock as inode_lock to avoid deadlock
     new b2e69b86ad fs/inode: remove unnecessary return value for inode_addrefs

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 fs/driver/fs_registerblockdriver.c   |  7 +----
 fs/driver/fs_registerdriver.c        |  7 +----
 fs/driver/fs_registermtddriver.c     |  7 +----
 fs/driver/fs_registerpipedriver.c    |  7 +----
 fs/driver/fs_unregisterblockdriver.c | 14 +++------
 fs/driver/fs_unregisterdriver.c      | 14 +++------
 fs/driver/fs_unregistermtddriver.c   | 14 +++------
 fs/driver/fs_unregisterpipedriver.c  | 14 +++------
 fs/inode/fs_foreachinode.c           | 18 ++++-------
 fs/inode/fs_inode.c                  | 46 +++++++++++++++++++--------
 fs/inode/fs_inodeaddref.c            |  6 +---
 fs/inode/fs_inodefind.c              |  7 +----
 fs/inode/inode.h                     | 28 ++++++++++++++---
 fs/mount/fs_automount.c              |  8 ++---
 fs/mount/fs_mount.c                  |  9 ++----
 fs/mount/fs_umount2.c                |  7 +----
 fs/mqueue/mq_open.c                  |  7 +----
 fs/mqueue/mq_unlink.c                |  7 +----
 fs/semaphore/sem_open.c              |  7 +----
 fs/semaphore/sem_unlink.c            |  7 +----
 fs/shm/shm_open.c                    |  8 +----
 fs/shm/shm_unlink.c                  |  8 +----
 fs/shm/shmfs.c                       | 61 +++++++++++++++---------------------
 fs/vfs/fs_dup2.c                     |  6 +---
 fs/vfs/fs_mkdir.c                    |  8 +----
 fs/vfs/fs_pseudofile.c               | 38 ++++++++--------------
 fs/vfs/fs_rename.c                   |  7 +----
 fs/vfs/fs_rmdir.c                    |  8 +----
 fs/vfs/fs_symlink.c                  | 10 +-----
 fs/vfs/fs_unlink.c                   |  7 +----
 include/nuttx/rwsem.h                | 22 ++++++++++---
 sched/semaphore/CMakeLists.txt       |  1 +
 sched/semaphore/sem_rw.c             | 20 +++++++++---
 33 files changed, 173 insertions(+), 272 deletions(-)

Reply via email to