xiaoxiang781216 commented on a change in pull request #5422:
URL: https://github.com/apache/incubator-nuttx/pull/5422#discussion_r800106817
##########
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:
Should not, because user call sem_unlink(not unlink) to remove the named
semaphore from file system, and sem_unlink already update to use the new path.
--
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]