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 668BC1EF084; Tue, 15 Oct 2024 12:16:59 +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=1728994620; cv=none; b=FWFJ2kNePcL0SawsdrWpNOPBcFy4MC+s7sLKh5ICiZMg8j08Pr9F0+iiBoUwCXicIH0Z379B9482LHOkDsb4ztva9g4q+m8Iw2MaB34q3nLMYB9YWKv4ghDRErKbBtiLSSFqxumL7tB8QHAeOWYmOzQuicZV1TqEH3lo2WGKE7k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728994620; 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=XJQ74DjQ8QjprPOJ+YjVcWYuhdUGafm0EfKOuQ/Vj3TsjEuiBI78uZajwSQMS+L3H+j4TSW6N8Z9cIEKfibJFS08dsRS3xesbOAm2oygqbzGzCxufAxLQTev1o0CWB4hVkIqAvACRxbr8/fSrA2RIAO2lvyVxMv1c9p1m2r/F4w= 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 587A0227AAF; Tue, 15 Oct 2024 14:16:56 +0200 (CEST) Date: Tue, 15 Oct 2024 14:16:55 +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 v8 7/7] xfs: Support setting FMODE_CAN_ATOMIC_WRITE Message-ID: <20241015121655.GD32583@lst.de> References: <20241015090142.3189518-1-john.g.garry@oracle.com> <20241015090142.3189518-8-john.g.garry@oracle.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: <20241015090142.3189518-8-john.g.garry@oracle.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig