From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030781AbcGKONl (ORCPT ); Mon, 11 Jul 2016 10:13:41 -0400 Received: from zimbra13.linbit.com ([212.69.166.240]:40426 "EHLO zimbra13.linbit.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933824AbcGKONj (ORCPT ); Mon, 11 Jul 2016 10:13:39 -0400 Date: Mon, 11 Jul 2016 16:13:35 +0200 From: Lars Ellenberg To: Jens Axboe Cc: Mike Snitzer , linux-block@vger.kernel.org, Keith Busch , "Martin K. Petersen" , Peter Zijlstra , Jiri Kosina , Ming Lei , "Kirill A. Shutemov" , NeilBrown , linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org, Takashi Iwai , linux-bcache@vger.kernel.org, Zheng Liu , Kent Overstreet , dm-devel@redhat.com, Shaohua Li , Ingo Molnar , Alasdair Kergon , Roland Kammerer Subject: Re: [PATCH 1/1] block: fix blk_queue_split() resource exhaustion Message-ID: <20160711141335.GZ13335@soda.linbit> References: <1467990243-3531-1-git-send-email-lars.ellenberg@linbit.com> <1467990243-3531-2-git-send-email-lars.ellenberg@linbit.com> <20160708184957.GA10765@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160708184957.GA10765@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dropped the XXX comment (oops), moved the current_has_pending_bios() helper to bio.h and dropped the identical ones from bio.c and md.h. Reposted in-thread as [PATCH v2 1/1] block: fix blk_queue_split() resource exhaustion Thanks, Lars Ellenberg