diff options
| author | Masahisa Kojima <[email protected]> | 2023-07-03 15:08:45 +0900 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2023-07-20 09:12:50 +0200 |
| commit | 06fc19ca4de943827f5aa026f7aa9c3a05411677 (patch) | |
| tree | 1475d4dbe1a3454393e0272f5fe1bb3ebe0bdf5b /include/bootdev.h | |
| parent | 21eb7c16ec86e239482386238ea606170ef4e90d (diff) | |
efi_driver: fix duplicate efiblk#0 issue
The devnum value of the blk_desc structure starts from 0,
current efi_bl_create_block_device() function creates
two "efiblk#0" devices for the cases that blk_find_max_devnum()
returns -ENODEV and blk_find_max_devnum() returns 0(one device
found in this case).
This commit uses blk_next_free_devnum() instead of blk_find_max_devnum().
Signed-off-by: Masahisa Kojima <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'include/bootdev.h')
0 files changed, 0 insertions, 0 deletions
