From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9922ec3556b3dee825acd44dfa80c17c@centurytel.net> To: 9fans@cse.psu.edu From: "Skip Tavakkolian" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] Walking clarification Date: Mon, 24 Nov 2003 01:58:10 -0800 Topicbox-Message-UUID: 920f1b78-eacc-11e9-9e20-41e7f4b1d025 I am writing an aggregator fs that serves up a couple of remote fs'es that have been posted to /srv. It looks something like this to the user: /agg_fs /rmt_fs_1 # previously posted to /srv /rmt_fs_2 # ditto I don't want to mount the posted fd's, so I have to relay the messages. It seems other than handling wname during walks in a special way and taking care of root, it should pretty much be a relay. Is this correct?