This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from cfd7390 fs: Let files_allocate return -EMFILE instead ERROR
add 5a7d988 fs: Remove _files_close and reuse file_close
add 38a068b fs: Move file_close from fs/inode/fs_fileclose.c to
fs/vfs/fs_close.c
No new revisions were added by this update.
Summary of changes:
fs/inode/Make.defs | 2 +-
fs/inode/fs_fileclose.c | 105 ------------------------------------------------
fs/inode/fs_files.c | 50 ++---------------------
fs/vfs/fs_close.c | 53 ++++++++++++++++++++++++
4 files changed, 57 insertions(+), 153 deletions(-)
delete mode 100644 fs/inode/fs_fileclose.c