Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932225AbWEAUTn (ORCPT ); Mon, 1 May 2006 16:19:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932224AbWEAUTn (ORCPT ); Mon, 1 May 2006 16:19:43 -0400 Received: from linux01.gwdg.de ([134.76.13.21]:57271 "EHLO linux01.gwdg.de") by vger.kernel.org with ESMTP id S932222AbWEAUTm (ORCPT ); Mon, 1 May 2006 16:19:42 -0400 Date: Mon, 1 May 2006 22:19:14 +0200 (MEST) From: Jan Engelhardt To: Greg KH 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) In-Reply-To: <20060501180737.GA15184@kroah.com> Message-ID: References: <1145462454.3085.62.camel@laptopd505.fenrus.org> <20060419201154.GB20545@kroah.com> <20060421150529.GA15811@kroah.com> <20060501164740.GA8995@kroah.com> <20060501180737.GA15184@kroah.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 649 Lines: 21 > >> >> +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 :) Says who? The file is the best example that one can X-]. (Of course, it requires -funit-at-a-time.) Jan Engelhardt -- - 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/