Commit 4c3fe872 authored by Pavel Emelyanov's avatar Pavel Emelyanov

ipcs: Fix mqueue sysctls directory name

Stupid misprint :(
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 21c1e71b
......@@ -312,7 +312,7 @@ static int ipc_sysctl_req(IpcVarEntry *e, int op)
if (ret)
return ret;
if (access("/proc/sys/mqueue", X_OK)) {
if (access("/proc/sys/fs/mqueue", X_OK)) {
pr_info("Mqueue sysctls are missing\n");
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment