summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscolobb <scolobb@web>2009-07-14 20:12:58 +0000
committerGNU Hurd web pages engine <web-hurd@gnu.org>2009-07-14 20:12:58 +0000
commit45ee74e5548fd857e2c7cc1f283b4624c6247f3b (patch)
tree79c06288dab1c5d346f24ba214126f35b273b80e
parent38e962ec933a6eacfc378477b4efa75f8ea19d07 (diff)
-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.