commit | b9848081465d8734441408129bd44311c7b6d644 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jun 23 16:59:07 2021 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jun 30 15:34:13 2021 -0600 |
tree | bdf8030536649a8bdee53542d5932352091d8c23 | |
parent | e5d66a10324f2a0c31153fd6210d99a9d00ef047 [diff] |
loop: split loop_lookup loop_lookup has two callers - one wants to do the a find by index and the other wants any unbound loop device. Open code the respective functionality in each caller. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20210623145908.92973-9-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>