Christoph Hellwig cf056a4312 init: improve the name_to_dev_t interface
name_to_dev_t has a very misleading name, that doesn't make clear
it should only be used by the early init code, and also has a bad
calling convention that doesn't allow returning different kinds of
errors.  Rename it to early_lookup_bdev to make the use case clear,
and return an errno, where -EINVAL means the string could not be
parsed, and -ENODEV means it the string was valid, but there was
no device found for it.

Also stub out the whole call for !CONFIG_BLOCK as all the non-block
root cases are always covered in the caller.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20230531125535.676098-14-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2023-06-05 10:56:46 -06:00
..
2023-05-24 08:42:16 -06:00
2023-06-05 10:53:04 -06:00
2023-05-24 08:42:16 -06:00
2023-05-24 08:42:16 -06:00
2023-05-24 08:42:16 -06:00
2023-02-27 10:04:49 -08:00
2023-04-26 16:07:23 -07:00
2023-06-05 10:53:04 -06:00
2023-06-05 10:53:04 -06:00
2023-06-05 10:53:04 -06:00
2023-04-29 11:04:14 -07:00
2023-06-05 10:53:04 -06:00
2023-04-29 11:04:14 -07:00
2023-06-05 10:53:04 -06:00
2023-06-05 10:53:04 -06:00
2023-03-14 12:56:30 -06:00
2023-06-05 10:53:04 -06:00
2023-03-30 08:51:48 +02:00
2023-04-08 13:45:37 -07:00
2023-04-05 18:06:23 -07:00
2023-04-28 15:57:53 -07:00
2023-02-20 11:53:11 -08:00
2023-05-06 08:28:58 -07:00
2023-01-19 09:24:30 +01:00
2023-04-24 19:14:20 -07:00
2023-04-06 14:53:38 +02:00
2023-03-06 09:59:20 +01:00
2023-02-20 11:53:11 -08:00
2023-02-20 11:53:11 -08:00
2023-03-06 09:59:20 +01:00