From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262016AbVGJSYn (ORCPT ); Sun, 10 Jul 2005 14:24:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262010AbVGJSWq (ORCPT ); Sun, 10 Jul 2005 14:22:46 -0400 Received: from courier.cs.helsinki.fi ([128.214.9.1]:19658 "EHLO mail.cs.helsinki.fi") by vger.kernel.org with ESMTP id S262012AbVGJSWO (ORCPT ); Sun, 10 Jul 2005 14:22:14 -0400 Subject: Re: share/private/slave a subtree - define vs enum From: Pekka Enberg To: Roman Zippel Cc: Bryan Henderson , Andrew Morton , bfields@fieldses.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linuxram@us.ibm.com, mike@waychison.com, Miklos Szeredi , Alexander Viro In-Reply-To: References: <1120851221.9655.17.camel@localhost> Date: Sun, 10 Jul 2005 21:21:42 +0300 Message-Id: <1121019702.20821.17.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.2.1.1 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi Roman, At some point in time, I wrote: > > Roman, it is not as if I get to decide for the patch submitters. I > > comment on any issues _I_ have with the patch and the authors fix > > whatever they want (or what the maintainers ask for). On Fri, 2005-07-08 at 21:59 +0200, Roman Zippel wrote: > The point of a review is to comment on things that _need_ fixing. Less > experienced hackers take this a requirement for their drivers to be > included. Hmm. So we disagree on that issue as well. I think the point of review is to improve code and help others conform with the existing coding style which is why I find it strange that you're suggesting me to limit my comments to a subset you agree with. Would you please be so kind to define your criteria for things that "need fixing" so we could see if can reach some sort of an agreement on this. My list is roughly as follows: - Erroneous use of kernel API - Bad coding style - Layering violations - Duplicate code - Hard to read code Pekka