[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20130828122615.GB18348@mtj.dyndns.org>
Date: Wed, 28 Aug 2013 08:26:15 -0400
From: Tejun Heo <tj@...nel.org>
To: Vincent Stehlé <vincent.stehle@...escale.com>
Cc: linux-kernel@...r.kernel.org,
containers@...ts.linux-foundation.org, cgroups@...r.kernel.org,
linux-next@...r.kernel.org, Li Zefan <lizefan@...wei.com>
Subject: Re: [PATCH linux-next] cgroup: fix warning in css_from_id()
On Wed, Aug 28, 2013 at 02:04:45PM +0200, Vincent Stehlé wrote:
> Commit ca8bdcaff0d77990fb69e0f946018c96a70851cc changes cgroup_css() second
> argument type; update css_from_id() accordingly.
>
> This fixes the following compilation warning:
>
> kernel/cgroup.c: In function 'css_from_id':
> kernel/cgroup.c:5723:3: warning: passing argument 2 of 'cgroup_css' makes pointer from integer without a cast [enabled by default]
> kernel/cgroup.c:237:36: note: expected 'struct cgroup_subsys *' but argument is of type 'int'
>
> Signed-off-by: Vincent Stehlé <vincent.stehle@...escale.com>
> Cc: Tejun Heo <tj@...nel.org>
> Cc: Li Zefan <lizefan@...wei.com>
Fixed up yesterday in cgroup/for-3.12 branch. Today's next should be
okay.
Thanks.
--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists