diff options
author | Michael Holzheu <holzheu@linux.vnet.ibm.com> | 2010-05-17 04:00:20 -0400 |
---|---|---|
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | 2010-05-17 04:00:17 -0400 |
commit | 57b28f66316d287b9dbf7b28358ca90257230769 (patch) | |
tree | 9486fff9e7c746721dbcbbbeb34ddd1307460e89 /arch/s390/hypfs/hypfs.h | |
parent | cc961d400e06e78c7aa39aeab1f001eb8f76ef90 (diff) |
[S390] s390_hypfs: Add new attributes
In order to access the data of the hypfs diagnose calls from user
space also in binary form, this patch adds two new attributes in
debugfs:
* z/VM: s390_hypfs/d2fc_bin
* LPAR: s390_hypfs/d204_bin
Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/hypfs/hypfs.h')
-rw-r--r-- | arch/s390/hypfs/hypfs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/s390/hypfs/hypfs.h b/arch/s390/hypfs/hypfs.h index aea572009d60..fa487d4cc08b 100644 --- a/arch/s390/hypfs/hypfs.h +++ b/arch/s390/hypfs/hypfs.h | |||
@@ -11,6 +11,7 @@ | |||
11 | 11 | ||
12 | #include <linux/fs.h> | 12 | #include <linux/fs.h> |
13 | #include <linux/types.h> | 13 | #include <linux/types.h> |
14 | #include <linux/debugfs.h> | ||
14 | 15 | ||
15 | #define REG_FILE_MODE 0440 | 16 | #define REG_FILE_MODE 0440 |
16 | #define UPDATE_FILE_MODE 0220 | 17 | #define UPDATE_FILE_MODE 0220 |
@@ -34,6 +35,9 @@ extern int hypfs_diag_create_files(struct super_block *sb, struct dentry *root); | |||
34 | 35 | ||
35 | /* VM Hypervisor */ | 36 | /* VM Hypervisor */ |
36 | extern int hypfs_vm_init(void); | 37 | extern int hypfs_vm_init(void); |
38 | extern void hypfs_vm_exit(void); | ||
37 | extern int hypfs_vm_create_files(struct super_block *sb, struct dentry *root); | 39 | extern int hypfs_vm_create_files(struct super_block *sb, struct dentry *root); |
38 | 40 | ||
41 | /* Directory for debugfs files */ | ||
42 | extern struct dentry *hypfs_dbfs_dir; | ||
39 | #endif /* _HYPFS_H_ */ | 43 | #endif /* _HYPFS_H_ */ |