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

Commit 003a3194 authored by Phillip Lougher's avatar Phillip Lougher
Browse files

Squashfs: wrap squashfs_mount() definition



Squashfs_get_sb() to squashfs_mount() conversion (commit 152a0836)
results in line over 80 characters.

Signed-off-by: default avatarPhillip Lougher <phillip@lougher.demon.co.uk>
parent 3ad12664
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -373,8 +373,8 @@ static void squashfs_put_super(struct super_block *sb)
}


static struct dentry *squashfs_mount(struct file_system_type *fs_type, int flags,
				const char *dev_name, void *data)
static struct dentry *squashfs_mount(struct file_system_type *fs_type,
				int flags, const char *dev_name, void *data)
{
	return mount_bdev(fs_type, flags, dev_name, data, squashfs_fill_super);
}