]> www.infradead.org Git - users/hch/block.git/commit
umem: remove ->revalidate_disk
authorChristoph Hellwig <hch@lst.de>
Sat, 29 Aug 2020 17:03:23 +0000 (19:03 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 3 Mar 2021 17:04:16 +0000 (18:04 +0100)
commitb886bb9a0cf657a5434b77e32e8536bf13e210f6
tree78362e0e1bc7866c9b5f4fbfe803182d7e3bf4a3
parent2363b55d9006937c1915be89ae4f3dd7e68eef84
umem: remove ->revalidate_disk

->revalidate_disk is only called during add_disk for pd, but at that
point the driver has already set the capacity to the same value a little
earlier, so this additional update is entirely superflous.

Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/block/umem.c