You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/07/04 12:27:43 UTC

[GitHub] [incubator-nuttx] retogaeh opened a new pull request #4061: FAT32 kconfig entry to enforce computation of free clusters at mount

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


   ## Summary
   Follow up commit for [1] in response to the request to make the mount
   behaviour configurable whether the number of free clusters is read
   from the fsinfo section or computed (as the white paper suggests).
   
   Default is the original behaviour of NUTTX, just read fsinfo.
   
   [1] https://github.com/apache/incubator-nuttx/pull/3760
   
   ## Impact
   If CONFIG_FAT_COMPUTE_FSINFO is configured, boot up might take a bit longer depending on FAT32 partition size, card performance and used interface.


-- 
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-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4061: FAT32 kconfig entry to enforce computation of free clusters at mount

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4061:
URL: https://github.com/apache/incubator-nuttx/pull/4061


   


-- 
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-unsubscribe@nuttx.apache.org

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