You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[S390] wire up sys_name_to_handle_at
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
committed by
Martin Schwidefsky
parent
984e8486c1
commit
737fd5f1f6
@@ -1877,3 +1877,12 @@ sys_prlimit64_wrapper:
|
||||
llgtr %r4,%r4 # const struct rlimit64 __user *
|
||||
llgtr %r5,%r5 # struct rlimit64 __user *
|
||||
jg sys_prlimit64 # branch to system call
|
||||
|
||||
.globl sys_name_to_handle_at_wrapper
|
||||
sys_name_to_handle_at_wrapper:
|
||||
lgfr %r2,%r2 # int
|
||||
llgtr %r3,%r3 # const char __user *
|
||||
llgtr %r4,%r4 # struct file_handle __user *
|
||||
llgtr %r5,%r5 # int __user *
|
||||
lgfr %r6,%r6 # int
|
||||
jg sys_name_to_handle_at
|
||||
|
||||
Reference in New Issue
Block a user