From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH v4 2/8] nvme: don't overwrite req->cmd_flags on sync cmd Date: Tue, 9 Jun 2015 00:31:51 -0700 Message-ID: <20150609073151.GA20450@infradead.org> References: <1433508870-28251-1-git-send-email-m@bjorling.me> <1433508870-28251-3-git-send-email-m@bjorling.me> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: hch@infradead.org, axboe@fb.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org, Stephen.Bates@pmcs.com, keith.busch@intel.com, javier@lightnvm.io To: Matias Bj??rling Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:46327 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751377AbbFIHbz (ORCPT ); Tue, 9 Jun 2015 03:31:55 -0400 Content-Disposition: inline In-Reply-To: <1433508870-28251-3-git-send-email-m@bjorling.me> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Jun 05, 2015 at 02:54:24PM +0200, Matias Bj??rling wrote: > In __nvme_submit_sync_cmd, the request direction is overwritten when > the REQ_FAILFAST_DRIVER flag is set. Looks good, Reviewed-by: Christoph Hellwig This is a fix for a last minute regression and needs to got into the drivers/for-4.2 tree ASAP.