All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@fb.com>
To: <torvalds@linuxfoundation.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 4.1-rc
Date: Wed, 3 Jun 2015 15:35:46 -0600	[thread overview]
Message-ID: <20150603213546.GA7793@kernel.dk> (raw)

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


             reply	other threads:[~2015-06-03 21:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-03 21:35 Jens Axboe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-05-22 18:07 [GIT PULL] Block fixes for 4.1-rc Jens Axboe
2015-05-08 18:12 Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150603213546.GA7793@kernel.dk \
    --to=axboe@fb.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.