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 27A16207A2E; Wed, 16 Oct 2024 12:29:55 +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=1729081797; cv=none; b=d4787aJcz+vav2qVo+DUAsVU5czd9wmUioP2H2Uf+1NRfx//vrToe3u3uMx3TKD1wtkUO19Km6rFQRer7kkfxz9Q5k4wmf3TiKZ3IBin0l2mJIY9Lc9+nQG9AVTCtLA+Er0z8I5sfeT9GuBWcDVNlTgp13Qct2rLQoufICBk3Rs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729081797; 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=jaUx3JtDEK9Dz8BQkWPfYJm8XFP2arRGKKLI43jh5LAzZFbdwgAN5+io7Nt4ERJlmozjZGjS63b42UI6B5qPCiFQlh9Lu3xd5LFNB6AimRzjTDA/h3wYhoRlHysj2xmceP6NZpkbWZAlxqPuXLY8vAG82yoyD/XaFdZYhlqW1QM= 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 60558227AAF; Wed, 16 Oct 2024 14:29:52 +0200 (CEST) Date: Wed, 16 Oct 2024 14:29:52 +0200 From: Christoph Hellwig To: John Garry Cc: axboe@kernel.dk, brauner@kernel.org, djwong@kernel.org, viro@zeniv.linux.org.uk, jack@suse.cz, dchinner@redhat.com, hch@lst.de, cem@kernel.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, hare@suse.de, martin.petersen@oracle.com, catherine.hoang@oracle.com, mcgrof@kernel.org, ritesh.list@gmail.com, ojaswin@linux.ibm.com Subject: Re: [PATCH v9 7/8] xfs: Validate atomic writes Message-ID: <20241016122951.GB18025@lst.de> References: <20241016100325.3534494-1-john.g.garry@oracle.com> <20241016100325.3534494-8-john.g.garry@oracle.com> Precedence: bulk X-Mailing-List: linux-block@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: <20241016100325.3534494-8-john.g.garry@oracle.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig