loop: remove the l argument to loop_add
authorChristoph Hellwig <hch@lst.de>
Wed, 23 Jun 2021 14:59:02 +0000 (16:59 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 30 Jun 2021 21:34:13 +0000 (15:34 -0600)
commitd6da83d072c187d6a69d5a49e2320f62920889d7
tree5905f420963664febde5084a52cf4dab20f435e1
parentbd5c39edad535d9f6ccb99633930f9f7b768593c
loop: remove the l argument to loop_add

None of the callers cares about the allocated struct loop_device.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Link: https://lore.kernel.org/r/20210623145908.92973-4-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/loop.c