]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'block-5.16-2021-11-27' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 Nov 2021 19:19:42 +0000 (11:19 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 Nov 2021 19:19:42 +0000 (11:19 -0800)
commit4744cca8d10fd814db5f92c2d1f00704c7d290c3
tree5b0363f9c77e720f24425ff6308ad9db6735a182
parent01577f3826b56576649c8158a0aac8b72ad8fd79
parent3af46858e7283beb72cef8169788361fcd58461e
Merge tag 'block-5.16-2021-11-27' of git://git.kernel.dk/linux-block

Pull more block fixes from Jens Axboe:
 "Turns out that the flushing out of pending fixes before the
  Thanksgiving break didn't quite work out in terms of timing, so here's
  a followup set of fixes:

   - rq_qos_done() should be called regardless of whether or not we're
     the final put of the request, it's not related to the freeing of
     the state. This fixes an IO stall with wbt that a few users have
     reported, a regression in this release.

   - Only define zram_wb_devops if it's used, fixing a compilation
     warning for some compilers"

* tag 'block-5.16-2021-11-27' of git://git.kernel.dk/linux-block:
  zram: only make zram_wb_devops for CONFIG_ZRAM_WRITEBACK
  block: call rq_qos_done() before ref check in batch completions