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:
Xiang Xiao 2022-02-06 00:22:28 +08:00 committed by Petro Karashchenko
parent c6beb35e9e
commit e7953d8d9c

View File

@ -13,7 +13,7 @@ if FS_NAMED_SEMAPHORES
config FS_NAMED_SEMAPHORES_VFS_PATH
string "Path to semaphore storage"
default "/var/lock"
default "/var/sem"
---help---
The path to where named semaphores will exist in the VFS namespace.