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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to