提交 ccd6efd0 编写于 作者: A Andrew Morton 提交者: Steven Whitehouse

[patch 1/1] gfs2: get_sb_dev() fix

Update GFS2 for dhowells API changes.

Cc: Steven Whitehouse <swhiteho@redhat.com>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
上级 02630a12
......@@ -812,11 +812,10 @@ static int fill_super(struct super_block *sb, void *data, int silent)
return error;
}
static struct super_block *gfs2_get_sb(struct file_system_type *fs_type,
int flags, const char *dev_name,
void *data)
static int gfs2_get_sb(struct file_system_type *fs_type, int flags,
const char *dev_name, void *data, struct vfsmount *mnt)
{
return get_sb_bdev(fs_type, flags, dev_name, data, fill_super);
return get_sb_bdev(fs_type, flags, dev_name, data, fill_super, mnt);
}
static void gfs2_kill_sb(struct super_block *sb)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册