[WIP] linux: try mount points with statmount#757
[WIP] linux: try mount points with statmount#757kphuphanwoe wants to merge 1 commit intoopen-mpi:masterfrom
Conversation
Signed-off-by: Kitibodee Phuphanwoe <kitibodee.ph@ksu.ac.th>
|
Hello. Thanks for working on this. I understand this is still WIP. Two comments:
|
|
I have also been considering that defining the syscall numbers may not be very useful, and we may delete this part later. The reason we define our own functions is that glibc does not yet expose any binding for listmount/statmount, However syscall numbers are currently available. The copyright was updated because pre-commit failed during commit. |
I believe they are since the produced tarball is supposed to contain copyright information. |
Set these in your environment so that it updates with the correct lines: For me, my employers wants this: If you don't care, remove the pre-commit hook, or commit with --no-verify. |
Do you know more about this "yet" ? Is it missing because the glibc API isn't ready yet? Or do they want to keep the syscall internal instead of exposing it directly? (we've seen some cases like that in the past) |
|
I don't have more info here, "yet" I just meant glibc doesn't currently expose a public API for these syscalls |
I'm trying implement function find cgtype via linux
listmount/statmountAPIs. These syscall are not supported in linux kernel older than 6.8. btw I'm using fedora 42 which does support them