commit | 9a643149def4bcfe046ddc7863e315b217c7dc04 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Tue Aug 30 17:07:49 2005 +0000 |
committer | Rob Landley <rob@landley.net> | Tue Aug 30 17:07:49 2005 +0000 |
tree | 714d4752ffc979afd89a05bc222cb499d4094e7c | |
parent | cc8885f6f336e6901791dbb082fdc31957303f0a [diff] |
Amir Shalem found some bugs in the new mount code; unknown options didn't get added to the list, and my assumption that nfsmount() actually called mount() was incorrect (and I coded it wrong anyway; I hate having to touch codepaths I can't personally test).