From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755796AbZEZOnW (ORCPT ); Tue, 26 May 2009 10:43:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752472AbZEZOnP (ORCPT ); Tue, 26 May 2009 10:43:15 -0400 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.124]:64586 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750852AbZEZOnO (ORCPT ); Tue, 26 May 2009 10:43:14 -0400 Date: Tue, 26 May 2009 09:48:19 -0500 From: "Serge E. Hallyn" To: Alexey Dobriyan Cc: akpm@linux-foundation.org, xemul@parallels.com, containers@lists.linux-foundation.org, linux-kernel@vger.kernel.org, dave@linux.vnet.ibm.com, mingo@elte.hu, torvalds@linux-foundation.org Subject: Re: [PATCH 17/38] groups: move code to kernel/groups.c Message-ID: <20090526144819.GA21502@hallyn.com> References: <1242968132-1044-1-git-send-email-adobriyan@gmail.com> <1242968132-1044-17-git-send-email-adobriyan@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1242968132-1044-17-git-send-email-adobriyan@gmail.com> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Alexey Dobriyan (adobriyan@gmail.com): > Move supplementary groups implementation to kernel/groups.c . > kernel/sys.c already accumulated quite a few random stuff. > > Do strictly copy/paste + add required headers to compile. > Compile-tested on many configs and archs. > > Signed-off-by: Alexey Dobriyan Actually I needed the following change: >>From 81e683ae07cfe24d98d6df384bbd37f1f7f80c38 Mon Sep 17 00:00:00 2001 From: Serge E. Hallyn Date: Tue, 26 May 2009 10:39:47 -0400 Subject: [PATCH 1/1] groups: allow compilation on s390x Signed-off-by: Serge E. Hallyn --- kernel/groups.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/groups.c b/kernel/groups.c index 1b95b2f..14ebc6a 100644 --- a/kernel/groups.c +++ b/kernel/groups.c @@ -1,6 +1,7 @@ /* * Supplementary group IDs */ +#include #include #include #include -- 1.6.1