diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-07-19 17:10:21 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-09-03 22:52:49 -0400 |
commit | e334cf4fe8913a8940fc93fd38cef793877b6c79 (patch) | |
tree | 3c826ee395f9a21e5d13a3082a15148476416be3 /arch/s390/hypfs/hypfs.h | |
parent | f78e41e3faca3f8c52a1eadbdd6ae547ae771046 (diff) | |
download | op-kernel-dev-e334cf4fe8913a8940fc93fd38cef793877b6c79.zip op-kernel-dev-e334cf4fe8913a8940fc93fd38cef793877b6c79.tar.gz |
don't pass superblock to hypfs_diag_create_files
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/s390/hypfs/hypfs.h')
-rw-r--r-- | arch/s390/hypfs/hypfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/hypfs/hypfs.h b/arch/s390/hypfs/hypfs.h index 41a57ce..6fd0c7e9 100644 --- a/arch/s390/hypfs/hypfs.h +++ b/arch/s390/hypfs/hypfs.h @@ -32,7 +32,7 @@ extern struct dentry *hypfs_create_str(struct super_block *sb, /* LPAR Hypervisor */ extern int hypfs_diag_init(void); extern void hypfs_diag_exit(void); -extern int hypfs_diag_create_files(struct super_block *sb, struct dentry *root); +extern int hypfs_diag_create_files(struct dentry *root); /* VM Hypervisor */ extern int hypfs_vm_init(void); |