diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-05-01 02:27:25 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-05-01 02:27:25 +0200 |
commit | 9dc82fc1702ac5c8de6bd5ee654cd8be73e1d0d3 (patch) | |
tree | 876535ecdc8c8861525294d385df4e8a0457282c | |
parent | 6119b39385d8a6f352474a862ee56eddf0bd3224 (diff) |
finish the path
-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. |