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 45CB7420BB1 for ; Thu, 10 Feb 2022 06:51:53 +0100 (CET) Date: Thu, 10 Feb 2022 06:51:51 +0100 From: Christoph Hellwig To: "Martin K. Petersen" Message-ID: <20220210055151.GA3491@lst.de> References: <20220209082828.2629273-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: axboe@kernel.dk, manoj@linux.ibm.com, linux-scsi@vger.kernel.org, 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 09, 2022 at 01:00:26PM -0500, Martin K. Petersen wrote: > > Christoph, > > > Now that we are using REQ_OP_WRITE_ZEROES for all zeroing needs in the > > kernel there is very little use left for REQ_OP_WRITE_SAME. We only > > have two callers left, and both just export optional protocol features > > to remote systems: DRBD and the target code. > > No particular objections from me. I had a half-baked series to do the > same thing. > > One thing I would like is to either pull this series through SCSI or do > the block pieces in a post merge branch because I'm about to post my > discard/zeroing rework and that's going to clash with your changes. I'd be fine with taking this through the SCSI tree. Or we can wait another merge window to make your life easier.