mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
07be038209
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>
8 lines
179 B
Makefile
8 lines
179 B
Makefile
#
|
|
# Makefile for the linux hypfs filesystem routines.
|
|
#
|
|
|
|
obj-$(CONFIG_S390_HYPFS_FS) += s390_hypfs.o
|
|
|
|
s390_hypfs-objs := inode.o hypfs_diag.o hypfs_vm.o hypfs_dbfs.o hypfs_sprp.o
|