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 23:11:50 UTC

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

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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org