[PATCHv3] hurd: Support device entries with @/dev/disk: qualifier

2022-04-27 Thread Samuel Thibault
Those are used with non-bootstrap disk drivers, for which libstore has to open /dev/disk before calling device_open on it instead of on the device master port. Normally in that case all /dev/ entries also have the @/dev/disk: qualifier, so we can just drop it. Signed-off-by: Samuel Thibault Mes

Re: [PATCHv2] hurd: Support device entries with @/dev/disk: qualifier

2022-04-27 Thread Daniel Kiper
Sorry for late reply but I am busy... On Thu, Feb 24, 2022 at 12:34:13AM +0100, Samuel Thibault wrote: > Those are used with non-bootstrap disk drivers, for which libstore has to > open /dev/disk before calling device_open on it instead of on the device > master port. Normally in that case all /d