diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2014-01-24 03:18:52 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2014-01-24 03:40:59 -0500 |
commit | 07be0382097027cde68d9268cc628741069b5762 (patch) | |
tree | fee25ed4434d1d3d1d670b53065864ccc12c0d18 /Documentation/ioctl | |
parent | fded4329da9e8486b434d6c4aceab1ab3f433d8a (diff) |
s390/hypfs: add interface for diagnose 0x304
To provide access to the set-partition-resource-parameter interface
to user space add a new attribute to hypfs/debugfs:
* s390_hypsfs/diag_304
The data for the query-partition-resource-parameters command can
be access by a read on the attribute. All other diagnose 0x304
requests need to be submitted via ioctl with CAP_SYS_ADMIN rights.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'Documentation/ioctl')
-rw-r--r-- | Documentation/ioctl/ioctl-number.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/ioctl/ioctl-number.txt b/Documentation/ioctl/ioctl-number.txt index 7cbfa3c4fc3d..d7e43fa88575 100644 --- a/Documentation/ioctl/ioctl-number.txt +++ b/Documentation/ioctl/ioctl-number.txt | |||
@@ -73,6 +73,7 @@ Code Seq#(hex) Include File Comments | |||
73 | 0x09 all linux/raid/md_u.h | 73 | 0x09 all linux/raid/md_u.h |
74 | 0x10 00-0F drivers/char/s390/vmcp.h | 74 | 0x10 00-0F drivers/char/s390/vmcp.h |
75 | 0x10 10-1F arch/s390/include/uapi/sclp_ctl.h | 75 | 0x10 10-1F arch/s390/include/uapi/sclp_ctl.h |
76 | 0x10 20-2F arch/s390/include/uapi/asm/hypfs.h | ||
76 | 0x12 all linux/fs.h | 77 | 0x12 all linux/fs.h |
77 | linux/blkpg.h | 78 | linux/blkpg.h |
78 | 0x1b all InfiniBand Subsystem <http://infiniband.sourceforge.net/> | 79 | 0x1b all InfiniBand Subsystem <http://infiniband.sourceforge.net/> |