From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752833AbbFCVgA (ORCPT ); Wed, 3 Jun 2015 17:36:00 -0400 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:1763 "EHLO mx0b-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752072AbbFCVfu (ORCPT ); Wed, 3 Jun 2015 17:35:50 -0400 Date: Wed, 3 Jun 2015 15:35:46 -0600 From: Jens Axboe To: CC: Subject: [GIT PULL] Block fixes for 4.1-rc Message-ID: <20150603213546.GA7793@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline X-Originating-IP: [192.168.54.13] X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-06-03_11:2015-06-03,2015-06-03,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Sending this off now, as I'm not aware of other current bugs, nor do I expect further fixes before 4.1 final. This pull request contains two fixes: - A fix for a bdi unregister warning that gets spewed on md, due to a regression introduced earlier in this cycle. From Neil Brown. - A fix for a compile warning for NVMe on 32-bit platforms, also a regression introduced in this cycle. From Arnd Bergmann. Please pull! git://git.kernel.dk/linux-block.git for-linus ---------------------------------------------------------------- Arnd Bergmann (1): NVMe: fix type warning on 32-bit NeilBrown (1): block: discard bdi_unregister() in favour of bdi_destroy() block/genhd.c | 1 - drivers/block/nvme-core.c | 10 ++++++---- include/linux/backing-dev.h | 1 - include/trace/events/writeback.h | 1 - mm/backing-dev.c | 18 +----------------- 5 files changed, 7 insertions(+), 24 deletions(-) -- Jens Axboe