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

Commit e438733b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cgroup: fix uninitialized usage of a variable"

parents e4ffb0ac 424309df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1690,7 +1690,7 @@ static struct dentry *cgroup_mount(struct file_system_type *fs_type,
{
	struct super_block *pinned_sb = NULL;
	struct cgroup_subsys *ss;
	struct cgroup_root *root;
	struct cgroup_root *root = NULL;
	struct cgroup_sb_opts opts;
	struct dentry *dentry;
	int ret;