Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 20 Feb 2001 17:19:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 20 Feb 2001 17:19:06 -0500 Received: from perninha.conectiva.com.br ([200.250.58.156]:37638 "EHLO perninha.conectiva.com.br") by vger.kernel.org with ESMTP id ; Tue, 20 Feb 2001 17:18:50 -0500 Date: Tue, 20 Feb 2001 18:30:29 -0200 (BRST) From: Marcelo Tosatti To: Alan Cox cc: Linus Torvalds , lkml Subject: Re: [PATCH] exclusive wakeup for lock_buffer In-Reply-To: Message-ID: 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 On Tue, 20 Feb 2001, Alan Cox wrote: > > --- linux/include/linux/locks.h.orig Mon Feb 19 23:16:50 2001 > > +++ linux/include/linux/locks.h Mon Feb 19 23:21:48 2001 > > @@ -13,6 +13,7 @@ > > * lock buffers. > > */ > > extern void __wait_on_buffer(struct buffer_head *); > > +extern void __lock_buffer(struct buffer_head *); > > So are we starting 2.5 now ? Alan, This patch only avoids unecessary wakeups. It doesn't add any new functionality. - 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/