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 EB8827261E; Mon, 3 Nov 2025 10:25:27 +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=1762165529; cv=none; b=qYbjXFMaJVLrXm41zvTmWd6F4gdAgOQkrYPywNhjQJRbK8So6YoLvmV7c5iIMApMreF7tc60PyxQJVvqW6XyxfWPIUuPs0+AZ9jAbMVbgRKp/+Udm1x4FoPJ28rivnq9sGBeUPGxhchvU/d3Fp4lWhdC0tbWZrARziixtwjh3aw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762165529; c=relaxed/simple; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=SZ+BSyVl0BfrQcKYWJJ+PMJXTTVNKnDPeRPmw8VkoDtotFez4PRVup2NkN6Rn0N9NE2C6T7J/HMDyxISpHmQz4jRAZgsfpSkdIHThZNLWaD1/i3QdrS0nU1qZF85qWUSOalYLJ0Evtjw28A16cSLDXgzfNb4lPipe+fxZ2NGF2Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (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=pass (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 21B20227A87; Mon, 3 Nov 2025 11:19:36 +0100 (CET) Date: Mon, 3 Nov 2025 11:19:35 +0100 From: Christoph Hellwig To: Hans Holmberg Cc: linux-xfs@vger.kernel.org, Carlos Maiolino , "Darrick J . Wong" , Christoph Hellwig , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] xfs: remove xarray mark for reclaimable zones Message-ID: <20251103101935.GA7562@lst.de> References: <20251031082948.128062-1-hans.holmberg@wdc.com> 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: <20251031082948.128062-1-hans.holmberg@wdc.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig