diff options
author | scolobb <scolobb@web> | 2009-07-07 14:14:11 +0000 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2009-07-07 14:14:11 +0000 |
commit | a242d4eb7601ca3d26d0f7d8d9a4e540adf7a3cb (patch) | |
tree | 653ada42d36aa0dbe86bb68810c14d1c95b0de11 /user | |
parent | d0859591050c997f413802531a3c5401cef543d2 (diff) |
Diffstat (limited to 'user')
-rw-r--r-- | user/scolobb.mdwn | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/user/scolobb.mdwn b/user/scolobb.mdwn index 9fdf31f1..a17e3bad 100644 --- a/user/scolobb.mdwn +++ b/user/scolobb.mdwn @@ -106,14 +106,17 @@ For documentation, see [[hurd/translator/unionmount]]. patches have been reviewed by **antrik**. I corrected them and posted them to the ML for final reviews. +* **Orphan the mountee after starting it** *(7 Jul)* Orphaning the + mountee after starting it up seems to be a nice work-around for the + necessity of keeping a proxy node in unionmount in simple + use-cases. It is possible that this functionality will provided as a + separate patch (without inclusion in master) should it turn out that + orphaning the mountee is a bad idea. + ### TODO (Dates in brackets show the *expected* completion date) -* **Orphan the mountee after starting it** *(7 Jul)* Orphaning the - mountee after starting it up seems to be a nice work-around for the - necessity of keeping a proxy node in unionmount in simple use-cases. - * **Proxy the control port of `unionmount`** *(10 Jul)* It was agreed that `unionmount` be completely transparent, therefore a number of RPCs on the control port should be forwarded to the mountee. |