All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Young <hidave.darkstar@gmail.com>
To: akpm@linux-foundation.org
Cc: mm-commits@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: mmotm 2009-08-20-19-18 uploaded
Date: Fri, 21 Aug 2009 18:38:57 +0800	[thread overview]
Message-ID: <20090821103813.GA27473@darkstar> (raw)
In-Reply-To: <200908210222.n7L2Musb015815@imap1.linux-foundation.org>

Hi andrew

cgroup build fail:

kernel/sched.c:10452: error: expected ';', ',' or ')' before 'bool'
kernel/sched.c:10536: error: 'cpu_cgroup_attach' undeclared here (not in a function)
make[1]: *** [kernel/sched.o] Error 1
make: *** [kernel] Error 2
make: *** Waiting for unfinished jobs....

fixing:
--

--- linux-2.6.orig/kernel/sched.c	2009-08-21 18:08:16.000000000 +0800
+++ linux-2.6/kernel/sched.c	2009-08-21 18:20:03.000000000 +0800
@@ -10448,7 +10448,7 @@ cpu_cgroup_can_attach(struct cgroup_subs
 
 static void
 cpu_cgroup_attach(struct cgroup_subsys *ss, struct cgroup *cgrp,
-		  struct cgroup *old_cont, struct task_struct *tsk
+		  struct cgroup *old_cont, struct task_struct *tsk,
 		  bool threadgroup)
 {
 	sched_move_task(tsk);

  reply	other threads:[~2009-08-21 10:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-21  2:22 mmotm 2009-08-20-19-18 uploaded akpm
2009-08-21 10:38 ` Dave Young [this message]
2009-08-21 18:43   ` Balbir Singh
2009-08-21 20:50   ` Paul Menage
     [not found] ` <200908210222.n7L2Musb015815-AB4EexQrvXRQetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>
2009-08-21 16:57   ` [PATCH -mmotm] nfs/cache_lib: fix sunrpc struct build error Randy Dunlap
2009-08-21 16:57     ` Randy Dunlap
2009-08-21 17:51     ` Trond Myklebust
2009-08-21 16:58 ` [PATCH -mmotm] ummunotify: fix userspace build Randy Dunlap
2009-08-21 17:44   ` Roland Dreier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090821103813.GA27473@darkstar \
    --to=hidave.darkstar@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mm-commits@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.