This is an automated email from the ASF dual-hosted git repository. ligd pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from bd7e521871 net/sendfile: adapt sendfile() to support new driver model new a05f9aaa85 fs: Don't guard fsync with CONFIG_DISABLE_MOUNTPOINT new 4009cb1970 fs: Don't guard ftruncate with CONFIG_DISABLE_MOUNTPOINT new a3a1883787 fs: Don't guard rename with CONFIG_DISABLE_MOUNTPOINT The 3 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 | 8 -------- fs/vfs/Make.defs | 7 ++----- fs/vfs/fs_fsync.c | 9 ++++----- fs/vfs/fs_truncate.c | 4 ---- include/nuttx/fs/fs.h | 4 ---- include/sys/syscall_lookup.h | 8 ++++---- syscall/syscall.csv | 8 ++++---- 7 files changed, 14 insertions(+), 34 deletions(-)