From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7279117A2E2; Thu, 20 Mar 2025 05:34:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742448862; cv=none; b=W+E4goC0yUfGQYfkhgHDRWz3rPWi2m+ZsQYdhp+22p4/s8LMWmk79gENjP6vfkL27B5Cv81KwT/5Dqvr5IJXBaL3+aJSH7nEneTy9O2LZX6l6naJsPyPaD5ac8BJ0svUgL5AoADvqzXx6g87ORhdQ5qeMZe8C7gHP0jbBKLfrAI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742448862; c=relaxed/simple; bh=NXOA1i1mfLJj2eeNDdx1fCLit7TPef48eIRXWIGcF1s=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pg4B+NqkP72GPz9TTrOP9cKWEYcavhfnAGL7kPpMfJzVbIboUGJk8VPsBqeEXCbqF1vuLW1UPALn/N5zkzs7FmnFuBPIPTJuLHI3DqRaqKK1XFPBNxJ/rtwMsmXxsqM8VRmO4JOkrUFJad2I5JZksOtx6tXLsZcT4l85wmr5axw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 76D7968AA6; Thu, 20 Mar 2025 06:34:16 +0100 (CET) Date: Thu, 20 Mar 2025 06:34:16 +0100 From: Christoph Hellwig To: Mateusz Guzik Cc: Christoph Hellwig , Andrew Morton , Al Viro , Christian Brauner , Gao Xiang , Chao Yu , Andreas Gruenbacher , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-erofs@lists.ozlabs.org, gfs2@lists.linux.dev Subject: Re: [PATCH 3/8] lockref: use bool for false/true returns Message-ID: <20250320053416.GA12664@lst.de> References: <20250115094702.504610-1-hch@lst.de> <20250115094702.504610-4-hch@lst.de> <20250319062923.GA23686@lst.de> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) On Wed, Mar 19, 2025 at 01:04:14PM +0100, Mateusz Guzik wrote: > The change is cosmetic and has an unintended impact on code gen, which > imo already puts a question mark on it. > > Neither the change itself nor the resulting impact are of note and in > that case I would err on just not including it for the time being, but > that's just my $0.03. Im not sure how you came up with that opinion but as you might have guessed I don't agree at all. Having the proper types is more than just cosmetic, on the other hand the code generation change you see can easily be argued as cosmetic. You've also completely ignored the request to show any indication that it actually matters the slightest.