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 EC4F219C54F; Mon, 24 Feb 2025 15:56:34 +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=1740412597; cv=none; b=GxWWdkAA4wkDzDbzkT7mrew8dV9U284O/TOaMy0fXbELeM8Y/S/dRHhgEzVTUVOZTYmnj4USguHxTeMZKaSdvmYikZ/CZ6ckJ3+EYTllP0JbwphjpC56GGLGWwv1dBGVdOXMG75ZodO+VDArsR5AD0Jxjtexy8b3VC5Jjnt1E2k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740412597; c=relaxed/simple; bh=AoN7Q3B2pJEyvZEruA1VQn66TscELx53nKgDvaHd28o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rXc0E0XB6wnRJvftoE9Iq+99eTVkf0AtOe3bjjRitxImYo9yArDFEpVvvuMrLBBUKSCTA6DEsh1EUbWj/FsXH6A4aHkrAnS0egM2NWU3VAtW9X/rBRP58jGmMT5osdqiHzhLl2q/Agp+GyBaDjMlsXB5cP9lHNJT0nN0l+1gLQM= 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 9C80668BFE; Mon, 24 Feb 2025 16:56:28 +0100 (CET) Date: Mon, 24 Feb 2025 16:56:28 +0100 From: Christoph Hellwig To: Matthew Wilcox Cc: "Raphael S. Carvalho" , Christoph Hellwig , linux-kernel@vger.kernel.org, linux-xfs@vger.kernel.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, djwong@kernel.org, Dave Chinner Subject: Re: [PATCH v2] mm: Fix error handling in __filemap_get_folio() with FGP_NOWAIT Message-ID: <20250224155628.GA4617@lst.de> References: <20250224081328.18090-1-raphaelsc@scylladb.com> <20250224141744.GA1088@lst.de> Precedence: bulk X-Mailing-List: linux-xfs@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 Mon, Feb 24, 2025 at 03:51:58PM +0000, Matthew Wilcox wrote: > On Mon, Feb 24, 2025 at 12:50:48PM -0300, Raphael S. Carvalho wrote: > > Ok, so I will proceed with v4 now, removing the comment. > > No. Give Christoph 24 hours to respond. I strongly disagree about not having a comment, because while Matthew might remember the issue in his head others don't. But in the end he is the maintainer for the relevant code, so his opinion counts.