From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) (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 851F41DE3B5; Fri, 4 Jul 2025 18:58:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=90.155.50.34 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751655537; cv=none; b=QLJp2wy4D/EePYYDKwqVxJNnV+yqkeip/dVtQOiyiotDupUjke4q5+Wmr2yrZXc14znAycF34yFKj+pQ++tr/KmlWOcXHECXpYJ/OlB3EIhf+dXm9D95oesQ1uUioCNI2aVa/Md8NrhGloQW8ADdUhIhDW8Yw5xDjvlH1TvecdU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751655537; c=relaxed/simple; bh=g/rKyV7VLe4C2HnR5afRx/OqcQOwCYib/qRjPEkH9es=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Jhe2MiIwlT+EEIajFjrXYeZnFh+Fx/CRsPIvqcSLAtrlwa2HoZg+ey4dMyS/I02zuAPNjjBkM9EVBNAyDo9QmbHv1+sDxUnNaa6ecDS273brODPa1m0k8JZVvXaaS9nzQGzNcT1IbgsbK88erJGqcXPfnFAnn7xsoQGMjmyAunM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=nkkLNYgu; arc=none smtp.client-ip=90.155.50.34 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="nkkLNYgu" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=7bVe6j5MuC+VkuFyICwiR2qNPRIfLIced8O4pJKdKJM=; b=nkkLNYgupLUB0HceleDG4+xZ8K 8+rCVo+Wnv1djgMWa/6V0IIKMt61rZR57bumIJwXVxyTvzBmRpWqENoLf9A4rsgK9G8QaCowiYEnX O24sSvtcYTqooU30yfDhfbgQVHJ+sq6gM44CNK2i6w5caEXljf3eOCNknwWrWKAsufevfDcebvsw+ ACaIHJEIO3H1mo90JKdImUkUjecb2aYbrBJnQkGA0dMa8oD/aL9DSdy7P14jVtVk+SOpTE7x8j5Hg Bm7puEHd08gAlXZdQ+21n0EwF/CHmzy1G54pkDJctj3LMXIa9LabTK6XGlrLKm/cqHmFgztnpSNsL JbihNqAA==; Received: from willy by casper.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1uXlcC-00000000PPj-2Fpn; Fri, 04 Jul 2025 18:58:28 +0000 Date: Fri, 4 Jul 2025 19:58:28 +0100 From: Matthew Wilcox To: Bagas Sanjaya Cc: Jonathan Corbet , John Groves , Dan Williams , Miklos Szeredi , Bernd Schubert , John Groves , Vishal Verma , Dave Jiang , Jan Kara , Alexander Viro , Christian Brauner , "Darrick J . Wong" , Randy Dunlap , Jeff Layton , Kent Overstreet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, nvdimm@lists.linux.dev, linux-cxl@vger.kernel.org, linux-fsdevel@vger.kernel.org, Amir Goldstein , Jonathan Cameron , Stefan Hajnoczi , Joanne Koong , Josef Bacik , Aravind Ramesh , Ajay Joshi Subject: Re: [RFC V2 18/18] famfs_fuse: Add documentation Message-ID: References: <20250703185032.46568-1-john@groves.net> <20250703185032.46568-19-john@groves.net> <87ecuwk83h.fsf@trenco.lwn.net> 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: On Fri, Jul 04, 2025 at 10:53:23AM +0700, Bagas Sanjaya wrote: > On Thu, Jul 03, 2025 at 08:22:58PM -0600, Jonathan Corbet wrote: > > Bagas. Stop. > > > > John has written documentation, that is great. Do not add needless > > friction to this process. Seriously. > > > > Why do I have to keep telling you this? > > Cause I'm more of perfectionist (detail-oriented)... Reviews aren't about you. They're about producing a better patch. Do your reviews produce better patches or do they make the perfect the enemy of the good?