Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe61f1d7 authored by Jeremy Fitzhardinge's avatar Jeremy Fitzhardinge
Browse files

xen/xenfs: update xenfs_mount for new prototype



.mount now returns a struct dentry *.

Signed-off-by: default avatarJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
parent 20b4755e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ static int xenfs_fill_super(struct super_block *sb, void *data, int silent)
	return rc;
}

static int xenfs_mount(struct file_system_type *fs_type,
static struct dentry *xenfs_mount(struct file_system_type *fs_type,
				  int flags, const char *dev_name,
				  void *data)
{