From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id BD31D4202E4 for ; Thu, 17 Feb 2022 07:43:52 +0100 (CET) Date: Thu, 17 Feb 2022 07:43:49 +0100 From: Christoph Hellwig To: Jens Axboe Message-ID: <20220217064349.GA374@lst.de> References: <20220209082828.2629273-1-hch@lst.de> <20220210055151.GA3491@lst.de> <2f3f1c98-e013-ee03-2ffb-3a14730b13b9@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2f3f1c98-e013-ee03-2ffb-3a14730b13b9@kernel.dk> Cc: manoj@linux.ibm.com, linux-scsi@vger.kernel.org, "Martin K. Petersen" , philipp.reisner@linbit.com, linux-block@vger.kernel.org, dm-devel@redhat.com, target-devel@vger.kernel.org, haris.iqbal@ionos.com, ukrishn@linux.ibm.com, lars.ellenberg@linbit.com, drbd-dev@lists.linbit.com, jinpu.wang@ionos.com, Christoph Hellwig , mrochs@linux.ibm.com Subject: Re: [Drbd-dev] remove REQ_OP_WRITE_SAME v2 List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Feb 16, 2022 at 08:07:56PM -0700, Jens Axboe wrote: > Let's just use the SCSI tree - I didn't check if it throws any conflicts > right now, so probably something to check upfront... There is a minor conflict because the __blkdev_issue_write_same function removed by this series is affected by the blk_next_bio calling convention change in the block tree, but the fixup is trivial. Martin: do you want to fix that up when applying, or do you want me to resend? If you have your discard rework ready you can also send that now and I'll rebase on top of that.