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 BE8281C3C08; Thu, 20 Mar 2025 14:09:37 +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=1742479779; cv=none; b=Qzu5sIirJoymDxnnuQuHHQPpVLvuzKfTCbiHwNx/t2vTwzAXwNcHPWEndChW3ixd/aT/ahHt9eNNFoL6UISFMjW44H5kCB01Oyhn+xiopNGOzuQCN1q/E2usHgvuuLeL3TWTnzOKLSlKE54ri02mYYf4kcwZb6ZLZMe4EvrwhPk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742479779; 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=ixPP6MyLYP9n7eOk1XWZ3NC6Dny0grn6w8HOeqqxWCZ3vceao73poaP8Gs+K/xp2k8LnwSVKn1NusHCYXy/XTTDb3bnEKfn9w8wX9Mwyvkm7K3U4+1cvn40qgjOw0jFL3Ovzi76QOH2DvbORPpuWR7/uhEZ9GgCnIFF0vMhCBiE= 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 4E45968AA6; Thu, 20 Mar 2025 15:09:26 +0100 (CET) Date: Thu, 20 Mar 2025 15:09:26 +0100 From: Christoph Hellwig To: John Garry Cc: brauner@kernel.org, djwong@kernel.org, hch@lst.de, linux-fsdevel@vger.kernel.org, dchinner@redhat.com, linux-xfs@vger.kernel.org, linux-kernel@vger.kernel.org, ojaswin@linux.ibm.com, ritesh.list@gmail.com, martin.petersen@oracle.com, tytso@mit.edu, linux-ext4@vger.kernel.org Subject: Re: [PATCH 2/3] iomap: comment on atomic write checks in iomap_dio_bio_iter() Message-ID: <20250320140926.GA10939@lst.de> References: <20250320120250.4087011-1-john.g.garry@oracle.com> <20250320120250.4087011-3-john.g.garry@oracle.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <20250320120250.4087011-3-john.g.garry@oracle.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig