Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752766AbYKRN3a (ORCPT ); Tue, 18 Nov 2008 08:29:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752190AbYKRN3V (ORCPT ); Tue, 18 Nov 2008 08:29:21 -0500 Received: from bombadil.infradead.org ([18.85.46.34]:35868 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752114AbYKRN3U (ORCPT ); Tue, 18 Nov 2008 08:29:20 -0500 Date: Tue, 18 Nov 2008 08:29:19 -0500 From: Christoph Hellwig To: Mimi Zohar Cc: Christoph Hellwig , linux-kernel@vger.kernel.org, Andrew Morton , James Morris , Al Viro , David Safford , Serge Hallyn , Mimi Zohar Subject: Re: [PATCH 2/4] integrity: Linux Integrity Module(LIM) Message-ID: <20081118132919.GB18198@infradead.org> References: <9395c0a4110469d19100084664900789c34ebd42.1226547084.git.zohar@linux.vnet.ibm.com> <20081117160515.GA25459@infradead.org> <1226948980.2927.33.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1226948980.2927.33.camel@localhost.localdomain> User-Agent: Mutt/1.5.18 (2008-05-17) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 780 Lines: 19 On Mon, Nov 17, 2008 at 02:09:40PM -0500, Mimi Zohar wrote: > Ok. So, instead of integrity_nameidata_check(nd, flags), call it > integrity_path_check(path, flags). Yeah. > Perhaps I'm looking at the wrong vfs tree, but I don't see the changes. > Where is fsdevel? linux-fsdevel@vger. But the patch actually went to lkml, "[PATCH] pass a struct path * to may_open". Note that the plan is to reduce availability of strut nameidata to a minimum outside of the core path lookup functionality - so relying on it is not a good idea. -- 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/