Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965180AbWHWUFM (ORCPT ); Wed, 23 Aug 2006 16:05:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965181AbWHWUFM (ORCPT ); Wed, 23 Aug 2006 16:05:12 -0400 Received: from mail1.sea5.speakeasy.net ([69.17.117.3]:60347 "EHLO mail1.sea5.speakeasy.net") by vger.kernel.org with ESMTP id S965180AbWHWUFK (ORCPT ); Wed, 23 Aug 2006 16:05:10 -0400 Date: Wed, 23 Aug 2006 16:05:08 -0400 (EDT) From: James Morris X-X-Sender: jmorris@d.namei To: Eric Paris cc: akpm@osdl.org, linux-kernel@vger.kernel.org, sds@tycho.nsa.gov, James Morris Subject: Re: [PATCH] SELinux: 2/3 change isec semaphore to a mutex In-Reply-To: <1156362635.6662.50.camel@localhost.localdomain> Message-ID: References: <1156362635.6662.50.camel@localhost.localdomain> 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: 773 Lines: 23 On Wed, 23 Aug 2006, Eric Paris wrote: > This patch converts the remaining isec->sem into a mutex. Very similar > locking is provided as before only in the faster smaller mutex rather > than a semaphore. An out_unlock path is introduced rather than the > conditional unlocking found in the original code. > > This is being targeted for 2.6.19 > > Signed-off-by: Eric Paris > Acked-by: Stephen Smalley Acked-by: James Morris -- James Morris - 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/