Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 8 Feb 2002 14:26:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 8 Feb 2002 14:25:50 -0500 Received: from mx2.elte.hu ([157.181.151.9]:34732 "HELO mx2.elte.hu") by vger.kernel.org with SMTP id ; Fri, 8 Feb 2002 14:25:36 -0500 Date: Fri, 8 Feb 2002 22:23:27 +0100 (CET) From: Ingo Molnar Reply-To: To: Alexander Viro Cc: Linus Torvalds , Andrew Morton , Martin Wirth , Robert Love , linux-kernel , haveblue Subject: Re: [RFC] New locking primitive for 2.5 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 Fri, 8 Feb 2002, Alexander Viro wrote: > Had anyone actually seen lseek() vs. lseek() contention prior to the > switch to ->i_sem-based variant? [...] yes, i've seen this for years. (if you accept dbench overhead.) and regarding the reintroduction of BKL, *please* do not just use a global locks around such pieces of code, lock bouncing sucks on SMP, even if there is no overhead. Ingo - 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/