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/02/05 16:58:23 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5422: Unify the pseudo file object path naming

pkarashchenko commented on a change in pull request #5422:
URL: https://github.com/apache/incubator-nuttx/pull/5422#discussion_r800077501



##########
File path: fs/semaphore/Kconfig
##########
@@ -11,9 +11,9 @@ config FS_NAMED_SEMAPHORES
 
 if FS_NAMED_SEMAPHORES
 
-config FS_NAMED_SEMPATH
+config FS_NAMED_SEMAPHORES_VFS_PATH
 	string "Path to semaphore storage"
-	default "/var/lock"
+	default "/var/sem"

Review comment:
       Is there any impact for applications on changing default value?




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