don't pass superblock to hypfs_{mkdir,create*}
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -18,15 +18,12 @@
|
||||
#define UPDATE_FILE_MODE 0220
|
||||
#define DIR_MODE 0550
|
||||
|
||||
extern struct dentry *hypfs_mkdir(struct super_block *sb, struct dentry *parent,
|
||||
const char *name);
|
||||
extern struct dentry *hypfs_mkdir(struct dentry *parent, const char *name);
|
||||
|
||||
extern struct dentry *hypfs_create_u64(struct super_block *sb,
|
||||
struct dentry *dir, const char *name,
|
||||
extern struct dentry *hypfs_create_u64(struct dentry *dir, const char *name,
|
||||
__u64 value);
|
||||
|
||||
extern struct dentry *hypfs_create_str(struct super_block *sb,
|
||||
struct dentry *dir, const char *name,
|
||||
extern struct dentry *hypfs_create_str(struct dentry *dir, const char *name,
|
||||
char *string);
|
||||
|
||||
/* LPAR Hypervisor */
|
||||
|
||||
Reference in New Issue
Block a user