Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 29 Jul 2002 08:42:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 29 Jul 2002 08:42:58 -0400 Received: from smtpzilla5.xs4all.nl ([194.109.127.141]:3596 "EHLO smtpzilla5.xs4all.nl") by vger.kernel.org with ESMTP id ; Mon, 29 Jul 2002 08:42:54 -0400 Date: Mon, 29 Jul 2002 14:46:09 +0200 (CEST) From: Roman Zippel X-X-Sender: roman@serv To: David Howells cc: Christoph Hellwig , "Adam J. Richter" , Subject: Re: Patch: linux-2.5.29 __downgrade_write() for CONFIG_RWSEM_GENERIC_SPINLOCK In-Reply-To: <28935.1027944502@warthog.cambridge.redhat.com> 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 Content-Length: 899 Lines: 22 Hi, On Mon, 29 Jul 2002, David Howells wrote: > Brrr... I don't like that. If I'm going to pass in a second argument, then I > want it to be what Christoph's version because it's more readable and more > obvious what it's doing (and, since the value is constant, the optimiser can > obviously get rid of it easily). If the intention was to help the gcc optimizing the code, that was not readable from the old version. It also wasn't that clear that wakewrite and sem->activity basically have the same information (only if one reads the code carefully one sees that "wakewrite" actually means "only if there's no activity, wake a writer"). bye, Roman - 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/