From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752358AbdJFW3R (ORCPT ); Fri, 6 Oct 2017 18:29:17 -0400 Received: from mail-qk0-f182.google.com ([209.85.220.182]:51038 "EHLO mail-qk0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751418AbdJFW3P (ORCPT ); Fri, 6 Oct 2017 18:29:15 -0400 X-Google-Smtp-Source: AOwi7QDk7UTnuWBZzKUi10z5F6q7Gei81wErgGC5hdWhKIis12nv6ONtlDumEtvEx/G6sOklDjimAQ== Date: Fri, 6 Oct 2017 18:30:13 -0400 From: Tim Hansen To: Jens Axboe Cc: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, alexander.levin@one.verizon.com Subject: Re: [PATCH] block/bio: Remove null checks before mempool_destroy in bioset_free Message-ID: <20171006223013.GB30627@debian> References: <20171006184513.GA78611@debian> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 06, 2017 at 01:05:01PM -0600, Jens Axboe wrote: > On 10/06/2017 12:45 PM, Tim Hansen wrote: > > This patch removes redundant checks for null values on bio_pool and bvec_pool. > > > > Found using make coccicheck M=block/ on linux-net tree on the next-20170929 tag. > > > > Related to patch 9987695 that removed similar checks in bio-integrity. > > Applied, but ditto on the line length. Additionally, I killed that reference > to "patch 9987695", I don't know what that means? What does that refer to? > > -- > Jens Axboe > The patch number I referenced is what is used on patchwork.com to reference a patch under review. I'll leave that out in the next message. What is the proper manner of referencing another patch thats still in review?