semaphore: Change FS_NAMED_SEMPATH from "/var/lock" to "/var/sem"
since sem isn't only used as lock Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
c6beb35e9e
commit
e7953d8d9c
@ -13,7 +13,7 @@ if FS_NAMED_SEMAPHORES
|
|||||||
|
|
||||||
config FS_NAMED_SEMAPHORES_VFS_PATH
|
config FS_NAMED_SEMAPHORES_VFS_PATH
|
||||||
string "Path to semaphore storage"
|
string "Path to semaphore storage"
|
||||||
default "/var/lock"
|
default "/var/sem"
|
||||||
---help---
|
---help---
|
||||||
The path to where named semaphores will exist in the VFS namespace.
|
The path to where named semaphores will exist in the VFS namespace.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user