diff options
author | scolobb <scolobb@web> | 2009-07-07 09:13:54 +0000 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2009-07-07 09:13:54 +0000 |
commit | e13d16209e88e8031c1a22f7e69f6814bf7b6d73 (patch) | |
tree | 0c28a977c83f4c7038304bbe1b69b9bd8b155765 /user/scolobb.mdwn | |
parent | 6b3f1787ce364be0c025feeb3677c8e114eaf5e8 (diff) | |
download | web-e13d16209e88e8031c1a22f7e69f6814bf7b6d73.tar.gz web-e13d16209e88e8031c1a22f7e69f6814bf7b6d73.tar.bz2 web-e13d16209e88e8031c1a22f7e69f6814bf7b6d73.zip |
Diffstat (limited to 'user/scolobb.mdwn')
-rw-r--r-- | user/scolobb.mdwn | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/user/scolobb.mdwn b/user/scolobb.mdwn index 76b72864..85bbdd5f 100644 --- a/user/scolobb.mdwn +++ b/user/scolobb.mdwn @@ -98,21 +98,24 @@ For documentation, see [[hurd/translator/unionmount]]. `gcc-4.3`, I got strange behaviour of pfinet and spend a week trying to figure out the reason. +* **Try to start the mountee during initialization of `unionfs`** *(4 + Jul)* Initially the mountee was started at the first lookup. Now it + is started immediately after initialization of `unionmount`. + +* **Fix the patches in ``--mount'' option series** *(5 Jul)* The + patches have been reviewed by **antrik**. I corrected them and + posted them to the ML for final reviews. + ### TODO (Dates in brackets show the *expected* completion date) -* **Try to start the mountee during initialization of `unionfs`** *(4 - Jul)* Presently the mountee is started at the first lookup, although - it is desirable to have it started during the initialization of - `unionmount`. - -* **Fix the patches in ``--mount'' option series** *(4 Jul)* The - patches have been reviewed by **antrik** so they have to be - corrected. +* **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. * **Read the relevant code of `devnode`, `eth-multiplexer`, and - `pfinet`.** *(6 Jul)* At the moment a part of `devnode` + `pfinet`.** *(10 Jul)* At the moment a part of `devnode` functionality appears in `eth-multiplexer` and (probably) because of this, `devnode` cannot use `eth-multiplexer`'s pseudo master device port. I'll have to figure out why it happens like that. |