From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Wed, 6 Jun 2018 14:05:10 +0200 Subject: [Cluster-devel] [PATCH 2/6] iomap: move bdev and dax_dev in a union In-Reply-To: References: <20180606104033.4947-1-hch@lst.de> <20180606104033.4947-3-hch@lst.de> Message-ID: <20180606120510.GA13047@lst.de> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, Jun 06, 2018 at 01:37:02PM +0200, Andreas Gruenbacher wrote: > This seems backwards. It is. So much for last minute polarity fixups.. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 2/6] iomap: move bdev and dax_dev in a union Date: Wed, 6 Jun 2018 14:05:10 +0200 Message-ID: <20180606120510.GA13047@lst.de> References: <20180606104033.4947-1-hch@lst.de> <20180606104033.4947-3-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: cluster-devel , linux-xfs@vger.kernel.org, linux-fsdevel , Dan Williams , linux-ext4 , Christoph Hellwig To: Andreas Gruenbacher Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: cluster-devel-bounces@redhat.com Errors-To: cluster-devel-bounces@redhat.com List-Id: linux-ext4.vger.kernel.org On Wed, Jun 06, 2018 at 01:37:02PM +0200, Andreas Gruenbacher wrote: > This seems backwards. It is. So much for last minute polarity fixups.. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:37333 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751729AbeFFL5z (ORCPT ); Wed, 6 Jun 2018 07:57:55 -0400 Date: Wed, 6 Jun 2018 14:05:10 +0200 From: Christoph Hellwig Subject: Re: [PATCH 2/6] iomap: move bdev and dax_dev in a union Message-ID: <20180606120510.GA13047@lst.de> References: <20180606104033.4947-1-hch@lst.de> <20180606104033.4947-3-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Andreas Gruenbacher Cc: Christoph Hellwig , linux-xfs@vger.kernel.org, Dan Williams , linux-fsdevel , cluster-devel , linux-ext4 On Wed, Jun 06, 2018 at 01:37:02PM +0200, Andreas Gruenbacher wrote: > This seems backwards. It is. So much for last minute polarity fixups..