Re: [PATCH] hurd: Use part: qualifier

2022-05-17 Thread Daniel Kiper
On Sat, Feb 26, 2022 at 12:51:18PM +0100, Samuel Thibault wrote: > When using userland drivers such as rumpdisk, we'd rather make ext2fs use > parted-based libstore partitioning support. That can be used for kernelland > drivers as well, so we can just make grub always use the part: qualifier to >

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

2022-05-17 Thread Samuel Thibault
Daniel Kiper, le mar. 17 mai 2022 16:22:10 +0200, a ecrit: > On Wed, Apr 27, 2022 at 11:00:29PM +0200, 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.

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

2022-05-17 Thread Daniel Kiper
On Wed, Apr 27, 2022 at 11:00:29PM +0200, 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 /dev/ entries also have the > @/dev/disk