summaryrefslogtreecommitdiff
path: root/arch/s390/hypfs/hypfs.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2013-07-19 13:03:49 (GMT)
committerAl Viro <viro@zeniv.linux.org.uk>2013-09-04 02:52:48 (GMT)
commitf78e41e3faca3f8c52a1eadbdd6ae547ae771046 (patch)
tree14d20c550b0327f117ba8a80142351a077a7936d /arch/s390/hypfs/hypfs.h
parent2b2fee80a7058959a6a9ba8706b3af5589b286d3 (diff)
downloadlinux-f78e41e3faca3f8c52a1eadbdd6ae547ae771046.tar.xz
don't pass superblock to hypfs_vm_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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/hypfs/hypfs.h b/arch/s390/hypfs/hypfs.h
index f41e0ef..41a57ce 100644
--- a/arch/s390/hypfs/hypfs.h
+++ b/arch/s390/hypfs/hypfs.h
@@ -37,7 +37,7 @@ extern int hypfs_diag_create_files(struct super_block *sb, struct dentry *root);
/* VM Hypervisor */
extern int hypfs_vm_init(void);
extern void hypfs_vm_exit(void);
-extern int hypfs_vm_create_files(struct super_block *sb, struct dentry *root);
+extern int hypfs_vm_create_files(struct dentry *root);
/* debugfs interface */
struct hypfs_dbfs_file;