]> 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)
commitdb99f271eddfb28f356a6bf78165b66c90abb6ce
tree5b0363f9c77e720f24425ff6308ad9db6735a182
parent48680cda502bd666f07f59a6261f1bc0a73f2d82
parent6ec0d1d669edc0ebcba2c6d94d94cf1c668d1e53
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