[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Add support for s390x (64 bit) and s390 (31 bit)
support for system call statx.

Signed-off-by: Thomas Richter <tmricht@xxxxxxxxxxxxxxxxxx>
---
 include/syscalls-s390.h  | 2 +-
 include/syscalls-s390x.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/syscalls-s390.h b/include/syscalls-s390.h
index 1ca1a0fe..27fbcce1 100644
--- a/include/syscalls-s390.h
+++ b/include/syscalls-s390.h
@@ -390,6 +390,6 @@ struct syscalltable syscalls_s390[] = {
 	{ .entry = &syscall_preadv2 },
 	{ .entry = &syscall_pwritev2 },
 	{ .entry = &syscall_ni_syscall },	/* TODO: s390_guarded_storage svc */
-	{ .entry = &syscall_ni_syscall },	/* TODO: statx svc */
+	{ .entry = &syscall_statx },
 	{ .entry = &syscall_ni_syscall },	/* TODO: s390_sthyi svc */
 };
diff --git a/include/syscalls-s390x.h b/include/syscalls-s390x.h
index 6c546e1b..a3efa7db 100644
--- a/include/syscalls-s390x.h
+++ b/include/syscalls-s390x.h
@@ -390,6 +390,6 @@ struct syscalltable syscalls_s390x[] = {
 	{ .entry = &syscall_preadv2 },
 	{ .entry = &syscall_pwritev2 },
 	{ .entry = &syscall_ni_syscall },	/* TODO: s390_guarded_storage svc */
-	{ .entry = &syscall_ni_syscall },	/* TODO: statx svc */
+	{ .entry = &syscall_statx },
 	{ .entry = &syscall_ni_syscall },	/* TODO: s390_sthyi svc */
 };
-- 
2.14.3

--
To unsubscribe from this list: send the line "unsubscribe trinity" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux SCSI]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux