You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/07/15 09:43:33 UTC

[incubator-nuttx] branch revert-4118-attr updated (9931fa7 -> 54dc8f2)

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

xiaoxiang pushed a change to branch revert-4118-attr
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    omit 9931fa7  Revert "fs: Support the root file system attributes(mode, uid, gid and time)"
    omit 222f2cd  Revert "fs: Move umask to task_info_s"
    omit ed69309  Revert "sim/nsh: Enable the attributes and soflinks of pseduo file system"
     add 54dc8f2  Revert "fs: Move umask to task_info_s"

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9931fa7)
            \
             N -- N -- N   refs/heads/revert-4118-attr (54dc8f2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 boards/sim/sim/sim/configs/nsh/defconfig |  2 ++
 fs/Kconfig                               |  8 ++++++++
 fs/driver/fs_registerblockdriver.c       |  7 ++-----
 fs/driver/fs_registerdriver.c            |  7 ++-----
 fs/driver/fs_registermtddriver.c         |  7 ++-----
 fs/fat/fs_fat32.c                        |  4 ----
 fs/inode/fs_inodereserve.c               | 18 +++++++++++++-----
 fs/inode/inode.h                         |  4 +++-
 fs/mount/fs_mount.c                      |  5 +----
 fs/mqueue/mq_open.c                      | 10 +++++-----
 fs/nxffs/nxffs_open.c                    |  4 ----
 fs/romfs/fs_romfs.c                      |  4 ----
 fs/semaphore/sem_open.c                  |  6 ++----
 fs/unionfs/fs_unionfs.c                  |  7 ++-----
 fs/vfs/fs_mkdir.c                        |  2 +-
 fs/vfs/fs_open.c                         |  7 ++-----
 fs/vfs/fs_rename.c                       |  9 +++++++--
 fs/vfs/fs_stat.c                         | 11 +++++++++++
 fs/vfs/fs_symlink.c                      |  2 +-
 include/nuttx/fs/fs.h                    | 14 ++++++++++----
 include/nuttx/mqueue.h                   |  8 +++-----
 sched/mqueue/mq_msgqalloc.c              |  4 +---
 22 files changed, 78 insertions(+), 72 deletions(-)