block: rename blkdev_close to blkdev_release
authorChristoph Hellwig <hch@lst.de>
Thu, 8 Jun 2023 11:02:38 +0000 (13:02 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 12 Jun 2023 14:04:04 +0000 (08:04 -0600)
commit7ee34cbc291a28134b60683b246ba58b4b676ec3
tree13d0bf7905b9348231a2d561a84271ee2c24e42e
parentae220766d87cd6799dbf918fea10613ae14c0654
block: rename blkdev_close to blkdev_release

Make the function name match the method name.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Acked-by: Christian Brauner <brauner@kernel.org>
Link: https://lore.kernel.org/r/20230608110258.189493-11-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/fops.c