From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oren Laadan Subject: Re: [serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org: [PATCH 1/9] cred: #include init.h in cred.h] Date: Wed, 24 Jun 2009 12:39:51 -0400 Message-ID: <4A4256D7.8080700@cs.columbia.edu> References: <20090619184811.GA28045@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090619184811.GA28045-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: "Serge E. Hallyn" Cc: Linux Containers List-Id: containers.vger.kernel.org Serge E. Hallyn wrote: > Hi Oren, > > until you rebase onto a newer Linus tree (which has this fix), I still > need this patch in order for s390 to compile. Can you keep it in the > patchset for now? Done. I just updated ckpt-v16-dev with latest fixes, so now I'm aiming for v17 with a rebase. Oren. > > ----- Forwarded message from "Serge E. Hallyn" ----- > > Date: Fri, 29 May 2009 17:32:48 -0500 > From: "Serge E. Hallyn" > To: Oren Laadan > Cc: Linux Containers , > Alexey Dobriyan , > Andrew Morgan , > David Howells , > linux-security-module-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Subject: [PATCH 1/9] cred: #include init.h in cred.h > > cred.h can't be included as first header because it uses __init and > doesn't include init.h which is enough to break compilation on at least > ia64. > > Signed-off-by: Alexey Dobriyan > --- > include/linux/cred.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/include/linux/cred.h b/include/linux/cred.h > index 3282ee4..4fa9996 100644 > --- a/include/linux/cred.h > +++ b/include/linux/cred.h > @@ -13,6 +13,7 @@ > #define _LINUX_CRED_H > > #include > +#include > #include > #include >