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/10/16 03:24:39 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7319: fs/procfs: Change FS_PROCFS_EXCLUDE_xxx default value to DEFAULT_SMALL

xiaoxiang781216 commented on code in PR #7319:
URL: https://github.com/apache/incubator-nuttx/pull/7319#discussion_r996381986


##########
fs/procfs/Kconfig:
##########
@@ -31,15 +31,15 @@ menu "Exclude individual procfs entries"
 
 config FS_PROCFS_EXCLUDE_PROCESS
 	bool "Exclude process information"
-	default n
+	default DEFAULT_SMALL

Review Comment:
   But, I think `default DEFAULT_SMALL` is more clear than `default y if DEFAULT_SMALL`. For example, what's default value if DEFAULT_SMALL disable?



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