On 6/15/21 10:45 AM, Blazej Kucman wrote: > Fix regression caused by the patch 1f5d54a06 > ("Manage: Call validate_geometry when adding drive to external container") > - mdmonitor passes to Manage() routine dev name as min:mjr. > The open() used in validate_geometry_container() > in both ddf and imsm requires path, replace open calls by dev_open, > which allows to use dev path and min:mjr. > > Signed-off-by: Blazej Kucman <blazej.kucman@xxxxxxxxx> > --- > super-ddf.c | 2 +- > super-intel.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Applied! Thanks, Jes