Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757741AbYKUTKl (ORCPT ); Fri, 21 Nov 2008 14:10:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755350AbYKUTKd (ORCPT ); Fri, 21 Nov 2008 14:10:33 -0500 Received: from e35.co.us.ibm.com ([32.97.110.153]:59113 "EHLO e35.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755442AbYKUTKc (ORCPT ); Fri, 21 Nov 2008 14:10:32 -0500 Subject: Re: [PATCH 2/4] integrity: Linux Integrity Module(LIM) From: Mimi Zohar To: Dave Hansen Cc: linux-kernel@vger.kernel.org, Andrew Morton , James Morris , Christoph Hellwig , Al Viro , David Safford , Serge Hallyn , Mimi Zohar In-Reply-To: <1227289603.11607.38.camel@nimitz> References: <1227289603.11607.38.camel@nimitz> Content-Type: text/plain Date: Fri, 21 Nov 2008 14:10:12 -0500 Message-Id: <1227294612.12636.3.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 692 Lines: 23 On Fri, 2008-11-21 at 09:46 -0800, Dave Hansen wrote: > On Thu, 2008-11-20 at 11:43 -0500, Mimi Zohar wrote: > > > > + rcu_read_lock(); > > + rc = integrity_find_template(template_name, &template_entry); > > + if (rc == 0) > > + tget(template_entry); > > + rcu_read_unlock(); > > This little nugget is repeated over and over. How about an > integrity_find_get_template()? > > -- Dave Sounds good. Mimi -- 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/