From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 19 Jun 2008 10:53:51 -0500 From: "Eric Van Hensbergen" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: <5d375e920806182005g34befcfbg8d3870764fe90bf4@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5d375e920806181842t77de05f8v91bb7bd0c4d91819@mail.gmail.com> <5d375e920806182005g34befcfbg8d3870764fe90bf4@mail.gmail.com> Subject: Re: [9fans] P9p's mount(1) on linux Topicbox-Message-UUID: c33763b6-ead3-11e9-9d60-3106f5b1d025 On Wed, Jun 18, 2008 at 10:05 PM, Uriel wrote: > Thanks for your reply, but I'm not clear what you mean: should p9p's > mount check the kernel version? or are you talking about 9mount? > Whatever function deals with passing the options to the mount system call needs the modification. The few changes that are there may be fixed by me doing a better job and supporting old names for options, but it won't help for the kernels already in circulation. > By the way, where can one find the git tree with the latest v9fs? I > was googling and struggling with the swik 'thing' (words fail me...), > but couldn't find it, I know it is somewhere... The "latest" is in linus' head branch on kernel.org. The current development stream is in git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git in the v9fs-devel branch. However, (because I am difficult) I have been reorganizing the code base somewhat after my experiences with implementing the virtio transport. That code is still in-progress and is in the reorg branch of the v9fs git tree. My intention is to wrap that reorganization up and get it out for review in the next week or so. -eric > Also any other feedback on what changes and improvements 9mount might > need before it can be made part of p9p (or maybe shipped with the > standard linux mount(1) tools?). I'll take a look today so I'm up to date on the current station and let you know. Basically it will probably be best to structure it as a "mount helper" and ship it in its own package. IIRC all the other mount helpers (with the possible exception of NFS) ship independently. Thanks for doing this by the way, we've need a mount helper for some time to help smooth out some of the bumps. -eric