From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] PAG support, try #2 Date: Wed, 14 May 2003 08:57:33 -0400 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <3EC23D3D.3070901@pobox.com> References: <30949.1052913364@warthog.warthog> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Christoph Hellwig , David Howells , torvalds@transmeta.com, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Return-path: Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:15565 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S262058AbTENMo6 (ORCPT ); Wed, 14 May 2003 08:44:58 -0400 To: David Howells In-Reply-To: <30949.1052913364@warthog.warthog> List-Id: linux-fsdevel.vger.kernel.org David Howells wrote: >>We already discussed the coding style issue, > > > Well, the coding style is wrong here IMNSHO. Readability is preferable. Disagree -- using a non-standard style decreases readability simply because it's non-standard. One line of code, one test or operation. :) Jeff