diff options
Diffstat (limited to 'hurd/io_path.mdwn')
-rw-r--r-- | hurd/io_path.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hurd/io_path.mdwn b/hurd/io_path.mdwn index 96e6aa58..34ed302a 100644 --- a/hurd/io_path.mdwn +++ b/hurd/io_path.mdwn @@ -35,3 +35,6 @@ is included in the section entitled `hurd/libstore/rdwr.c:store_read`, which eventually calls `device_read`, which is an [[RPC]], i.e., that actually gets into the kernel calling `gnumach/linux/dev/glue/block.c:device_read`. + + * ext2fs eventually finishes the data_request() function, the kernel installs + the page into the process that got a fault. |