summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user/scolobb.mdwn10
1 files changed, 5 insertions, 5 deletions
diff --git a/user/scolobb.mdwn b/user/scolobb.mdwn
index 1f463fba..d496119c 100644
--- a/user/scolobb.mdwn
+++ b/user/scolobb.mdwn
@@ -121,20 +121,20 @@ For documentation, see [[hurd/translator/unionmount]].
The new patches I have submitted have been reviewed; also, the older
patches have been reviewed again, which required correcting them.
-* **Add the `--no-mount` option** *(17 Jul)* Using the `--no-mount`
+* **Add the `--no-mount` option** *(14 Jul)* Using the `--no-mount`
and `--mount` options, the user can decide whether unionmount should
be completely transparent (i.e. most control-port RPCs forwarded to
the mountee) or not.
-### TODO
-
-(Dates in brackets show the *expected* completion date)
-
* **Make `unionmount` go away when the mountee goes away** *(14 Jul)*
`unionmount` makes sense only while the mountee is running, so it
has to go away as soon as the mountee has been shut down for some
reason.
+### TODO
+
+(Dates in brackets show the *expected* completion date)
+
* **Proxy the control port of `unionmount`** *(17 Jul)* For
`unionmount` to become transparent, most of the RPCs invoked on the
its control port should be forwarded to the mountee.