Amir Shalem found some bugs in the new mount code; unknown options didn't get
authorRob Landley <rob@landley.net>
Tue, 30 Aug 2005 17:07:49 +0000 (17:07 -0000)
committerRob Landley <rob@landley.net>
Tue, 30 Aug 2005 17:07:49 +0000 (17:07 -0000)
commit9a643149def4bcfe046ddc7863e315b217c7dc04
tree714d4752ffc979afd89a05bc222cb499d4094e7c
parentcc8885f6f336e6901791dbb082fdc31957303f0a
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).
util-linux/mount.c