Merge branch 'for-linus' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Feb 2015 19:36:57 +0000 (11:36 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Feb 2015 19:36:57 +0000 (11:36 -0800)
commit0f98c38d725f88d6452af46eed96a3a6791b230a
tree340517dd380752cb6e3ba4a84fb8c0138ca3c1ca
parent0dc17d142c8d52cbcc829c09b433cbad20325998
parente09aae7edec1d20824c60a6f0ca4589f99ada17b
Merge branch 'for-linus' of git://git.kernel.dk/linux-block

Pull final block layer fixes from Jens Axboe:
 "Unfortunately the hctx/ctx lifetime fix from last pull had some
  issues.  This pull request contains a revert of the problematic
  commit, and a proper rewrite of it.

  The rewrite has been tested by the users complaining about the
  regression, and it works fine now.  Additionally, I've run testing on
  all the blk-mq use cases for it and it passes.  So we should
  definitely get this into 3.19, to avoid regression for some cases"

* 'for-linus' of git://git.kernel.dk/linux-block:
  blk-mq: release mq's kobjects in blk_release_queue()
  Revert "blk-mq: fix hctx/ctx kobject use-after-free"