linux/arch/s390/hypfs
Sven Schnelle 5216d853cb s390/hypfs: stop using ENOSYS error code
ENOSYS should only be returned to userspace when a syscall
is not implemented. The only known user, 'hyptop' is not explicitely
checking for -ENOSYS, therefore use EOPNOTSUPP instead. It is very
unlikely that there are other users, so this change should have no
impact on userspace.

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
2023-07-24 12:12:24 +02:00
..
hypfs.h s390/hypfs: factor out filesystem code 2023-07-24 12:12:22 +02:00
hypfs_dbfs.c s390/hypfs: factor out filesystem code 2023-07-24 12:12:22 +02:00
hypfs_diag.c s390/hypfs: stop using ENOSYS error code 2023-07-24 12:12:24 +02:00
hypfs_diag.h s390/hypfs: factor out filesystem code 2023-07-24 12:12:22 +02:00
hypfs_diag0c.c s390: rename dma section to amode31 2021-08-05 14:10:53 +02:00
hypfs_diag_fs.c s390/hypfs: factor out filesystem code 2023-07-24 12:12:22 +02:00
hypfs_sprp.c s390/hypfs: use register pair instead of register asm 2021-06-28 11:18:28 +02:00
hypfs_vm.c s390/hypfs: factor out filesystem code 2023-07-24 12:12:22 +02:00
hypfs_vm.h s390/hypfs: factor out filesystem code 2023-07-24 12:12:22 +02:00
hypfs_vm_fs.c s390/hypfs: factor out filesystem code 2023-07-24 12:12:22 +02:00
inode.c s390/hypfs: factor out filesystem code 2023-07-24 12:12:22 +02:00
Makefile s390/hypfs: factor out filesystem code 2023-07-24 12:12:22 +02:00