* Fixed insmod module option parsing for options lacking an '='.

Fix thanks to Marc Nijdam <marc_nijdam@hp.com>
 -Erik
This commit is contained in:
Eric Andersen
2000-06-26 11:16:22 +00:00
parent 3adffb7fc8
commit ef40aa81c5
3 changed files with 18 additions and 8 deletions

View File

@@ -4,6 +4,8 @@
"none" entries in /proc/mounts, added a hack to make sysinfo
work with both old and new kernels).
* Fixed a nasty bug in tar when could mess up saved symlinks.
* Fixed insmod module option parsing for options lacking an '='.
Fix thanks to Marc Nijdam <marc_nijdam@hp.com>
-Erik Andersen