From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 01/32] Add an ERR_CAST() macro to complement ERR_PTR and co. [try #2] Date: Fri, 05 Oct 2007 17:19:47 +0100 Message-ID: <17910.1191601187@redhat.com> References: <20071005160750.GA31413@uranus.ravnborg.org> <20071005144605.GA3072@infradead.org> <20071004155602.2814.47731.stgit@warthog.procyon.org.uk> <20071004155607.2814.74947.stgit@warthog.procyon.org.uk> <17643.1191599256@redhat.com> Cc: dhowells@redhat.com, Christoph Hellwig , viro@ftp.linux.org.uk, torvalds@osdl.org, akpm@osdl.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Sam Ravnborg Return-path: Received: from mx1.redhat.com ([66.187.233.31]:56820 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756576AbXJEQUP (ORCPT ); Fri, 5 Oct 2007 12:20:15 -0400 In-Reply-To: <20071005160750.GA31413@uranus.ravnborg.org> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Sam Ravnborg wrote: > One like one variant, another like another variant. > Both fails to say why. It's shorter, more compact, and of course requires the least amount of change (especially as I can automate it with a command line perl script). David