On Thu, Jul 03, 2025 at 12:39:33AM +0530, Bhavin via Devel wrote:
> From: Bhavin Gandhi
>
> DM_TABLE_DEPS expects a device name in dm_ioctl.name. In one of the
> cases, full path of the device was getting returned causing the ioctl
> call to fail with `ENXIO (No such device or address)`.
>
> Als
On 03/07/2025 00:39, Bhavin via Devel wrote:
From: Bhavin Gandhi
DM_TABLE_DEPS expects a device name in dm_ioctl.name. In one of the
cases, full path of the device was getting returned causing the ioctl
call to fail with `ENXIO (No such device or address)`.
Also rename the function and variab
This was sent from a wrong mail address by mistake, sorry for the noise.
Can be ignored as a duplicate.
From: Bhavin Gandhi
DM_TABLE_DEPS expects a device name in dm_ioctl.name. In one of the
cases, full path of the device was getting returned causing the ioctl
call to fail with `ENXIO (No such device or address)`.
Also rename the function and variable names to better reflect that we
are dealing w
From: Bhavin Gandhi
DM_TABLE_DEPS expects a device name in dm_ioctl.name. In one of the
cases, full path of the device was getting returned causing the ioctl
call to fail with `ENXIO (No such device or address)`.
Also rename the function and variable names to better reflect that we
are dealing w