K 10 svn:author V 7 attilio K 8 svn:date V 27 2008-02-25T21:09:16.000000Z K 7 svn:log V 339 Remove a spourious Giant acquisition. The code seems pretty MPSAFE and Giant is held over kproc_exit() which at lowel calls exit1(). exit1() requires Giant to be unowned so this opens a window for races. Reported by: Bryan Venteicher Tested by: Bryan Venteicher END