mbind: do nothing (workaround for Fugaku)

Change-Id: Id9d018304e18ed52ea7b0a872e03675c903bce6e
This commit is contained in:
Masamichi Takagi
2020-06-12 11:59:56 +09:00
parent cbe2b2149d
commit 00007dafaa

View File

@ -8978,6 +8978,8 @@ SYSCALL_DECLARE(mbind)
return -EINVAL; return -EINVAL;
} }
return 0;
memset(numa_mask, 0, sizeof(numa_mask)); memset(numa_mask, 0, sizeof(numa_mask));
if (maxnode) { if (maxnode) {