Re: [PATCH] cgroup:cgroup_mount: Fix uninitialized warning

From: Tejun Heo
Date: Sat Apr 19 2014 - 08:58:09 EST


On Sat, Apr 19, 2014 at 09:52:14PM +0900, Takeshi Misawa wrote:
> This patch fixes the following warning.
>
> kernel/cgroup.c: In function âcgroup_mountâ:
> kernel/cgroup.c:1609:13: warning: ârootâ may be used uninitialized in this
> function

Which compiler are you using? This is a spurious warning which the
compiler should be able to avoid pretty easily.

Thanks.

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/