All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] cpuset: fix non static symbol warning
@ 2016-09-16 13:02 Wei Yongjun
       [not found] ` <1474030957-6589-1-git-send-email-weiyj.lk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Yongjun @ 2016-09-16 13:02 UTC (permalink / raw)
  To: Li Zefan, Tejun Heo; +Cc: Wei Yongjun, cgroups-u79uwXL29TY76Z2rM5mHXA

From: Wei Yongjun <weiyongjun1-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>

Fixes the following sparse warning:

kernel/cpuset.c:2088:6: warning:
 symbol 'cpuset_fork' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
---
 kernel/cpuset.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/cpuset.c b/kernel/cpuset.c
index 8141c6b..7fa608d 100644
--- a/kernel/cpuset.c
+++ b/kernel/cpuset.c
@@ -2085,7 +2085,7 @@ static void cpuset_bind(struct cgroup_subsys_state *root_css)
  * which could have been changed by cpuset just after it inherits the
  * state from the parent and before it sits on the cgroup's task list.
  */
-void cpuset_fork(struct task_struct *task)
+static void cpuset_fork(struct task_struct *task)
 {
 	if (task_css_is_root(task, cpuset_cgrp_id))
 		return;

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] cpuset: fix non static symbol warning
       [not found] ` <1474030957-6589-1-git-send-email-weiyj.lk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2016-09-16 15:47   ` Tejun Heo
  0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2016-09-16 15:47 UTC (permalink / raw)
  To: Wei Yongjun; +Cc: Li Zefan, Wei Yongjun, cgroups-u79uwXL29TY76Z2rM5mHXA

On Fri, Sep 16, 2016 at 01:02:37PM +0000, Wei Yongjun wrote:
> From: Wei Yongjun <weiyongjun1-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
> 
> Fixes the following sparse warning:
> 
> kernel/cpuset.c:2088:6: warning:
>  symbol 'cpuset_fork' was not declared. Should it be static?
> 
> Signed-off-by: Wei Yongjun <weiyongjun1-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>

Applied to cgroup/for-4.8-fixes.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-16 15:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-16 13:02 [PATCH -next] cpuset: fix non static symbol warning Wei Yongjun
     [not found] ` <1474030957-6589-1-git-send-email-weiyj.lk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-09-16 15:47   ` Tejun Heo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.