提交 a5cf4b9a 编写于 作者: A Andrew Morton 提交者: Linus Torvalds

[PATCH] s390_hypfs filesystem: get_sb_single() fix

Update hypfs for dhowells API changes.

Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Ingo Oeser <ioe-lkml@rameria.de>
Cc: Joern Engel <joern@wohnheim.fh-wedel.de>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Michael Holzheu <holzheu@de.ibm.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 138a0128
......@@ -302,11 +302,10 @@ static int hypfs_fill_super(struct super_block *sb, void *data, int silent)
return rc;
}
static struct super_block *hypfs_get_super(struct file_system_type *fst,
int flags, const char *devname,
void *data)
static int hypfs_get_super(struct file_system_type *fst, int flags,
const char *devname, void *data, struct vfsmount *mnt)
{
return get_sb_single(fst, flags, data, hypfs_fill_super);
return get_sb_single(fst, flags, data, hypfs_fill_super, mnt);
}
static void hypfs_kill_super(struct super_block *sb)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册