nuttxs opened a new pull request, #15885:
URL: https://github.com/apache/nuttx/pull/15885

   ## Summary
   arch/esp32_himemcdev: 
   - Multiple instances of struct file for the same file share the f_inode, 
ensuring that the mapping status is associated with the file entity rather than 
a single descriptor.
   - Avoid redundant mapping operations caused by multiple descriptors 
operating on the same file, reducing performance overhead.
   
   ## Impact
   when esp32 device enable himem config
   ## Testing
   enable TESTING_HIMEM_TEST and use esp32 device testing
   
   
   


-- 
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