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 2022/11/08 14:56:34 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7555: fs/littlefs: set `LFS_NAME_MAX` to `CONFIG_NAME_MAX`

xiaoxiang781216 commented on PR #7555:
URL: https://github.com/apache/incubator-nuttx/pull/7555#issuecomment-1307347464

   > how about introducing a separate config, CONFIG_FS_LITTLEFS_NAME_MAX, which defaults to 255 or CONFIG_NAME_MAX?
   > 
   > in any case, i suppose this change warrants a warning in release notes.
   
   It isn't good idea to add new config since if it's different from NAME_MAX, either the buffer will overflow or the name will be truncate.


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