loop: remove the unused inode variable in loop_configure
authorChristoph Hellwig <hch@lst.de>
Fri, 5 Jul 2024 05:31:14 +0000 (07:31 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 5 Jul 2024 06:27:56 +0000 (00:27 -0600)
commitdd54fd4e1780b349043f2d74784b8b702dbd84e9
tree857adf275d461bd455b50cf0df9855e7eb067cf9
parentba942238056584efd3adc278a76592258d500918
loop: remove the unused inode variable in loop_configure

Remove the inode variable now that the last user is gone.

Fixes: a17ece76bcfe ("loop: regularize upgrading the block size for direct I/O")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20240705053114.2042976-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/loop.c