Searched hist:"1341 c7d2ccf42ed91aea80b8579d35bc1ea381e2" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/block/ |
H A D | early-lookup.c | diff 1341c7d2ccf42ed91aea80b8579d35bc1ea381e2 Wed Jun 07 08:57:46 CDT 2023 Christoph Hellwig <hch@lst.de> block: fix rootwait=
Failures to look up the gendisk must return -ENODEV so that rootwait retries the lookup instead of -EINVAL which exits early.
Fixes: cf056a431215 ("init: improve the name_to_dev_t interface") Reported-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Tested-by: Fabio Estevam <festevam@gmail.com> Link: https://lore.kernel.org/r/20230607135746.92995-1-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
|