Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750718AbWEASJU (ORCPT ); Mon, 1 May 2006 14:09:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750789AbWEASJU (ORCPT ); Mon, 1 May 2006 14:09:20 -0400 Received: from mail.suse.de ([195.135.220.2]:52361 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S1750718AbWEASJS (ORCPT ); Mon, 1 May 2006 14:09:18 -0400 Date: Mon, 1 May 2006 11:07:37 -0700 From: Greg KH To: Jan Engelhardt Cc: Arjan van de Ven , James Morris , Christoph Hellwig , Andrew Morton , Stephen Smalley , T?r?k Edwin , linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, Chris Wright , Linus Torvalds Subject: Re: [PATCH 4a/4] MultiAdmin LSM (LKCS'ed) Message-ID: <20060501180737.GA15184@kroah.com> References: <1145462454.3085.62.camel@laptopd505.fenrus.org> <20060419201154.GB20545@kroah.com> <20060421150529.GA15811@kroah.com> <20060501164740.GA8995@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1013 Lines: 37 On Mon, May 01, 2006 at 07:42:33PM +0200, Jan Engelhardt wrote: > > >asm #include goes last. > > How come? Just the standard style. > >> +static inline int range_intersect_wrt(uid_t, uid_t, uid_t, uid_t); > > > >inline functions don't need definitions like this. > > If memory serves right, callees mentioned below their callers need a > prototype. You can't have a inline function with a prototype :) > >> +static gid_t Supergid = -1, Subgid = -1; > >> +static uid_t Superuid_start = 0, Superuid_end = 0, > >> + Subuid_start = -1, Subuid_end = -1, > >> + Netuid = -1, Wrtuid_start = -1, Wrtuid_end = -1; > >> +static int Secondary = 0; > > > >Variables do not have capital letters. > > Who has, besides macros, if anything? nothing. thanks, greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/