commit | e1f89765f957accc4c9a0e3ca233532c6564548b | [log] [tgz] |
---|---|---|
author | Ammar Faizi <ammarfaizi2@gnuweeb.org> | Fri Feb 11 22:57:53 2022 +0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Feb 11 09:36:16 2022 -0700 |
tree | ad914d77525c16d9f3ab3028e9f9190b34328c1b | |
parent | c099b832a97dc1880b89734ef6a5420497a1be0f [diff] |
Change all syscall function name prefix to __sys Instead of using uring_mmap, uring_close, uring_madvise, etc. Let's use __sys_mmap, __sys_close, __sys_madvise, etc. That looks better convention for syscall function name like what we do with __sys_io_uring* functions. Cc: Nugra <richiisei@gmail.com> Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org> Link: https://lore.kernel.org/r/20220211155753.143698-5-ammarfaizi2@gnuweeb.org Signed-off-by: Jens Axboe <axboe@kernel.dk>