On Thu, 2005-09-15 at 17:53 -0400, Jeremy Katz wrote: > If we're going to make changes to doPwMount, we should probably make it > closer to just a wrapper of mount(2). The various integer flags should > probably become a bitmask. The account and password arguments are only > there for (obsolete) SMB support, so should just be dropped. Instead of > adding an NFS specific option, maybe doing just a pointer to fs specific > options makes more sense. I'll probably do this later tonight now that > I've written out a description of it ;) And committed to HEAD, we'll see if I broke anything :-) Jeremy