aboutsummaryrefslogtreecommitdiff
path: root/open_issues/blkrrpart_ioctl.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'open_issues/blkrrpart_ioctl.mdwn')
-rw-r--r--open_issues/blkrrpart_ioctl.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/open_issues/blkrrpart_ioctl.mdwn b/open_issues/blkrrpart_ioctl.mdwn
index 6f6d7cbd..b3a91bfb 100644
--- a/open_issues/blkrrpart_ioctl.mdwn
+++ b/open_issues/blkrrpart_ioctl.mdwn
@@ -25,8 +25,8 @@ function, `libparted/arch/gnu.c (gnu_disk_commit)`, doesn't do anything at all.
The infrastructure in [[GNU_Mach|microkernel/mach/gnumach]] is already there,
`linux/src/drivers/block/ide.c (ide_ioctl) <BLKRRPART>` and
`linux/src/drivers/scsi/sd_ioctl.c (sd_ioctl) <BLKRRPART>`, but the IOCTL needs
-to be routed from `libparted` through [[glibc]]'s Hurd IOCTL interface, through
-Hurd's [[hurd/libstore]], to [[GNU_Mach|microkernel/mach/gnumach]].
+to be routed from `libparted` through [[hurd/glibc]]'s Hurd IOCTL interface,
+through Hurd's [[hurd/libstore]], to [[GNU_Mach|microkernel/mach/gnumach]].
This is not a huge project, and actually one that is suitable for someone who
wants to start with hacking the system.