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 985f33e  time.h: Sprinkle strftime format attribute
     new 1e5bfa6  fs: file_dup2 shouldn't hold the file list lock
     new e49bae1  fs: Remove fs_dupfd and fs_dupfd2 internal functions

The 2 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/inode/fs_files.c                | 167 ++++++++++---------------------------
 fs/inode/inode.h                   |  14 ++++
 fs/vfs/Make.defs                   |   2 +-
 fs/vfs/fs_dup.c                    |  60 ++++++++++++-
 fs/vfs/fs_dup2.c                   |  94 ++++++++++++++++++++-
 fs/vfs/fs_dupfd.c                  | 111 ------------------------
 fs/vfs/fs_dupfd2.c                 |  95 ---------------------
 include/nuttx/fs/fs.h              |  39 +--------
 sched/group/group_setupidlefiles.c |   4 +-
 9 files changed, 210 insertions(+), 376 deletions(-)
 delete mode 100644 fs/vfs/fs_dupfd.c
 delete mode 100644 fs/vfs/fs_dupfd2.c

Reply via email to