Donny9 opened a new pull request #5635:
URL: https://github.com/apache/incubator-nuttx/pull/5635


   ## Summary
   1. Cache all file node info to ram when file system is mounted, then it can 
avoid emmc/mmcsd access to improve access speed when using 
romfs_open/romfs_opendir/romfs_readdir.
   2. Save file path for every open file, then we can get file path by ioctl 
with FIOC_FILEPATH.
   ## Impact
   1. Improve romfs access speed when enable CONFIG_FS_ROMFS_CACHE_NODE.
   2. When enable CONFIG_FS_ROMFS_CACHE_NODE, the cache operation consumes at 
least 20bytes for each file.
   3. look file path for every fd when cat /proc/pid/group/fd.
   ## Testing
   N/A
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to