From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757254AbbJVLWX (ORCPT ); Thu, 22 Oct 2015 07:22:23 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:46805 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751296AbbJVLWV (ORCPT ); Thu, 22 Oct 2015 07:22:21 -0400 Date: Thu, 22 Oct 2015 04:22:18 -0700 From: Christoph Hellwig To: Ming Lin Cc: Mike Snitzer , Christoph Hellwig , lkml , Jens Axboe , Kent Overstreet , Dongsu Park , "Martin K. Petersen" , Ming Lin , linux-nvme@lists.infradead.org Subject: Re: [PATCH v6 05/11] block: remove split code in blkdev_issue_{discard,write_same} Message-ID: <20151022112218.GA21910@infradead.org> References: <1439363241-31772-6-git-send-email-mlin@kernel.org> <20151013115011.GA6546@infradead.org> <20151014132700.GA19401@infradead.org> <20151021160232.GA5089@redhat.com> <20151021161947.GA5212@redhat.com> <1445448806.26847.6.camel@ssi> <20151021181812.GA5807@redhat.com> <1445458389.26847.10.camel@ssi> <20151022102444.GA13610@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151022102444.GA13610@infradead.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 22, 2015 at 03:24:44AM -0700, Christoph Hellwig wrote: > > How about below? > > It actually reverts commit b49a0871 and adds patch at > > https://www.redhat.com/archives/dm-devel/2015-August/msg00000.html > > > > Christoph, could you help to try it? > > Still causes hickups with my controller unfortunately. Turns out I booted into the wrong kernel. This actually works fine now thay I've actually tested the right code: Reviewed-by: Christoph Hellwig Tested-by: Christoph Hellwig