block: don't return -EINVAL for not found names in devt_from_devname
authorChristoph Hellwig <hch@lst.de>
Thu, 22 Jun 2023 15:06:44 +0000 (17:06 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 22 Jun 2023 15:09:33 +0000 (09:09 -0600)
commit648fa60fa7de3ca6f6303e1721591ad73def9cf0
treea65dd38d39087ccaa6876cf260f0a49a9a5a2592
parent8270cb10c0681d52fce508f827dfa1688d3acc3a
block: don't return -EINVAL for not found names in devt_from_devname

When we didn't find a device and didn't guess it might be a partition,
it might still show up later, so don't disable rootwait for it by
returning -EINVAL.

Fixes: 079caa35f786 ("init: clear root_wait on all invalid root= strings")
Reported-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20230622150644.600327-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/early-lookup.c