From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 11 Oct 2015 14:59:35 +0200 From: Christoph Hellwig Subject: Re: [PATCH v2 01/20] block: generic request_queue reference counting Message-ID: <20151011125935.GA3726@lst.de> References: <20151010005522.17221.87557.stgit@dwillia2-desk3.jf.intel.com> <20151010005528.17221.4466.stgit@dwillia2-desk3.jf.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151010005528.17221.4466.stgit@dwillia2-desk3.jf.intel.com> Sender: owner-linux-mm@kvack.org To: Dan Williams Cc: linux-nvdimm@lists.01.org, Jens Axboe , linux-kernel@vger.kernel.org, Keith Busch , linux-mm@kvack.org, ross.zwisler@linux.intel.com List-ID: Looks good, Reviewed-by: Christoph Hellwig We could still clean up draing or only release the reference on bio_done, but let's do that separately and get this infrastructure in ASAP. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751895AbbJKM7i (ORCPT ); Sun, 11 Oct 2015 08:59:38 -0400 Received: from verein.lst.de ([213.95.11.211]:49045 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750853AbbJKM7h (ORCPT ); Sun, 11 Oct 2015 08:59:37 -0400 Date: Sun, 11 Oct 2015 14:59:35 +0200 From: Christoph Hellwig To: Dan Williams Cc: linux-nvdimm@ml01.01.org, Jens Axboe , linux-kernel@vger.kernel.org, Keith Busch , linux-mm@kvack.org, ross.zwisler@linux.intel.com Subject: Re: [PATCH v2 01/20] block: generic request_queue reference counting Message-ID: <20151011125935.GA3726@lst.de> References: <20151010005522.17221.87557.stgit@dwillia2-desk3.jf.intel.com> <20151010005528.17221.4466.stgit@dwillia2-desk3.jf.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151010005528.17221.4466.stgit@dwillia2-desk3.jf.intel.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks good, Reviewed-by: Christoph Hellwig We could still clean up draing or only release the reference on bio_done, but let's do that separately and get this infrastructure in ASAP.