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 3DB8A404BE9 for ; Wed, 22 Jul 2026 12:07:58 +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=1784722082; cv=none; b=tpx+sqUU0BG7gSp8fn20wUIr1CrUudKcoig3+Txut2u1fmLafaulwet7uufCr6zMaSMVdworgcGUmysQmZlTo+7IGq+TmYTrJhbabtU2BYyEDc5CkPgn7QOaMsoVTrFghSFfrLO0DDxA3hgd3LI790C5kI3HOa+vYe1K1KA/h/g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784722082; 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=EVPHHKtGHu5V0unm3pieLshTYOkUDteG9iCbhjVZ94sc5iFHVmyuYWCzp4hs+L6hjkZC2UVseetG30dO2jAUmcO86ooqtp2vAJUrkkSCSJfcfKIaPd33WLcHdxRj/aCjvewIZRxqrA1GFA5t08ZExcyIJGvP/0QphNHmWo0RJfQ= 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 13B2668D1F; Wed, 22 Jul 2026 14:07:55 +0200 (CEST) Date: Wed, 22 Jul 2026 14:07:54 +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 12/20] block: convert iomap ops to ->iomap_next() Message-ID: <20260722120754.GC11920@lst.de> References: <20260720210202.1163861-1-joannelkoong@gmail.com> <20260720210202.1163861-13-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-13-joannelkoong@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig