From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757516Ab0FUD6c (ORCPT ); Sun, 20 Jun 2010 23:58:32 -0400 Received: from 124x34x33x190.ap124.ftth.ucom.ne.jp ([124.34.33.190]:40080 "EHLO master.linux-sh.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751791Ab0FUD6a (ORCPT ); Sun, 20 Jun 2010 23:58:30 -0400 Date: Mon, 21 Jun 2010 12:58:10 +0900 From: Paul Mundt To: Julia Lawall Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH 2/2] arch/sh/mm: Eliminate a double lock Message-ID: <20100621035809.GB29997@linux-sh.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jun 20, 2010 at 01:24:54PM +0200, Julia Lawall wrote: > From: Julia Lawall > > The function begins and ends with a read_lock. The latter is changed to a > read_unlock. > Indeed, good catch. Applied, thanks.