Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 9 Sep 2002 21:38:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 9 Sep 2002 21:38:15 -0400 Received: from leibniz.math.psu.edu ([146.186.130.2]:48305 "EHLO math.psu.edu") by vger.kernel.org with ESMTP id ; Mon, 9 Sep 2002 21:38:14 -0400 Date: Mon, 9 Sep 2002 21:42:58 -0400 (EDT) From: Alexander Viro To: Linus Torvalds cc: Skip Ford , linux-kernel@vger.kernel.org Subject: Re: [PATCH] 2.5.34 ufs/super.c 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 Content-Length: 916 Lines: 25 On Mon, 9 Sep 2002, Linus Torvalds wrote: > > This patch is definitely correct, but on the other hand I really think > that the calling convention of sb_set_blocksize() is wrong, and instead of > returning "size for success or zero for failure ", it should return "error > code for failure or zero for success". > > There's just no point to returning the same size we just passed in. > > And making that calling convention the new one would make the current UFS > code be the _right_ one. > > Al, comments? Why the strange calling convention? No particulary good reason, except keeping calling convention the same for sb_set_blocksize() and sb_min_blocksize()... - 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/