Merge tag 'block-5.10-2020-11-13' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Nov 2020 23:09:52 +0000 (15:09 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Nov 2020 23:09:52 +0000 (15:09 -0800)
commitb5dea9c0ab62a11bb52e6fa91c7d7e26d6ae8ec1
tree1c3304a837cc13c7878ea77448ef6770debe1922
parent1b1e9262ca644b5b7f1d12b2f8c2edfff420c5f3
parentc01a21b77722db0474bbcc4eafc8c4e0d8fed6d8
Merge tag 'block-5.10-2020-11-13' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:
 "A few small fixes:

   - NVMe pull request from Christoph:
        - don't clear the read-only bit on a revalidate (Sagi Grimberg)

   - nbd error case refcount leak (Christoph)

   - loop/generic uevent fix (Christoph, Petr)"

* tag 'block-5.10-2020-11-13' of git://git.kernel.dk/linux-block:
  loop: Fix occasional uevent drop
  block: add a return value to set_capacity_revalidate_and_notify
  nbd: fix a block_device refcount leak in nbd_release
  nvme: fix incorrect behavior when BLKROSET is called by the user