You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ar...@apache.org on 2021/01/08 03:01:57 UTC

[incubator-nuttx] branch master updated (2889315 -> 86fab49)

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

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


    from 2889315  arch/risc-v/bl602 : add pwm onshot watchdog driver.
     add b343caa  fs: file_dup2 shouldn't destroy filep2 before the duplication of filep1 succeed
     add 86fab49  fs: Fix the race condition in file_dup

No new revisions were added by this update.

Summary of changes:
 fs/inode/fs_files.c   | 46 ++++++++++++++++++++++------------------------
 fs/inode/inode.h      |  2 +-
 fs/mqueue/mq_open.c   |  2 +-
 fs/vfs/fs_dupfd.c     | 25 +++++++++++--------------
 fs/vfs/fs_open.c      |  2 +-
 include/nuttx/fs/fs.h |  2 +-
 6 files changed, 37 insertions(+), 42 deletions(-)