Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932693AbdDGBLf (ORCPT ); Thu, 6 Apr 2017 21:11:35 -0400 Received: from mx2.suse.de ([195.135.220.15]:54927 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754281AbdDGBL1 (ORCPT ); Thu, 6 Apr 2017 21:11:27 -0400 From: NeilBrown To: Jens Axboe Date: Fri, 07 Apr 2017 11:10:44 +1000 Subject: [PATCH 0/2] Trace completion of all bios Cc: linux-raid@vger.kernel.org, Mike Snitzer , Christoph Hellwig , Ming Lei , linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, dm-devel@redhat.com, Shaohua Li , Alasdair Kergon Message-ID: <149152735878.17489.16036848644242802943.stgit@noble> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 647 Lines: 26 Hi Jens, I think all objections to this patch have been answered so I'm resending. I've added a small cleanup patch first which makes some small enhancements to the documentation and #defines for the bio->flags field. Thanks, NeilBrown --- NeilBrown (2): block: simple improvements for bio->flags block: trace completion of all bios. block/bio.c | 13 +++++++++++++ block/blk-core.c | 10 +++++++++- drivers/md/dm.c | 1 - drivers/md/raid5.c | 2 -- include/linux/blk_types.h | 24 +++++++++++++++--------- 5 files changed, 37 insertions(+), 13 deletions(-) -- Signature