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 3CA0240F72E for ; Wed, 22 Jul 2026 12:05:15 +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=1784721917; cv=none; b=eet5k+k6ym8cbFa3zWXqHn0qhmzsodkxmTGqO1pbR30EaHqHJhEdBdkKMA9k6PeuRc95p2jFqP3b+e6Tndnmtt+7awLbRSlb4NPRxc3yhNwiEv8Dxv0IWvYW629D3FZJQy2BzF3OY5JkH3nyXGtiuxn+KSCmHY6m2PBVt/10BW8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784721917; 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=ENfxWTqz7IRC7/Nm+fA/D0nflmSKQsfRcKXZ7A6rSe0KmOqNRghOQIAQH7OY2po8yTAS2SPwsgL3I18G0JYu7mgshRrqzrulm9ZaZUYjGd5wbtmrlI6xmUZROhCNJ4wDNdYw93OTtK+i+ypDS52+RVm4KdvDKKsINj54cFU3z1k= 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 BFE3768D1F; Wed, 22 Jul 2026 14:05:09 +0200 (CEST) Date: Wed, 22 Jul 2026 14:05:09 +0200 From: Christoph Hellwig To: Joanne Koong Cc: Christian Brauner , hch@lst.de, "Darrick J . Wong" , linux-fsdevel@vger.kernel.org, changfengnan@bytedance.com, kbusch@kernel.org, Matthew Wilcox , Jan Kara , Jonathan Corbet , David Sterba , Dan Williams , Gao Xiang , Namjae Jeon , Theodore Ts'o , Jaegeuk Kim , Miklos Szeredi , Andreas Gruenbacher , Mikulas Patocka , Hyunchul Lee , Konstantin Komarov , Carlos Maiolino , Damien Le Moal Subject: Re: [PATCH v3 01/20] iomap: split iomap_iter() logic into iomap_iter_next() Message-ID: <20260722120509.GA11920@lst.de> References: <20260720210202.1163861-1-joannelkoong@gmail.com> <20260720210202.1163861-2-joannelkoong@gmail.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: <20260720210202.1163861-2-joannelkoong@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig