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 f80539b6a8 netdev/upper: Use atomic when we have atomic support from compiler new b723e90356 fs: move memset to upper lever for statfs new 7b5af12158 statfs: add f_fsid field for third-party code compile 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/binfs/fs_binfs.c | 1 - fs/cromfs/fs_cromfs.c | 1 - fs/fat/fs_fat32.c | 1 - fs/hostfs/hostfs.c | 1 - fs/littlefs/lfs_vfs.c | 1 - fs/mount/fs_foreachmountpoint.c | 1 + fs/nxffs/nxffs_stat.c | 1 - fs/procfs/fs_procfs.c | 1 - fs/romfs/fs_romfs.c | 1 - fs/rpmsgfs/rpmsgfs.c | 1 - fs/smartfs/smartfs_smart.c | 1 - fs/unionfs/fs_unionfs.c | 4 ++-- fs/vfs/fs_fstatfs.c | 1 + fs/vfs/fs_statfs.c | 2 +- include/sys/statfs.h | 3 +++ include/sys/types.h | 5 +++++ libs/libc/userfs/lib_userfs.c | 1 + 17 files changed, 14 insertions(+), 13 deletions(-)