K 10 svn:author V 3 mjg K 8 svn:date V 27 2018-05-22T15:13:25.931278Z K 7 svn:log V 359 sx: fixup a braino in r334024 If a thread waiting on sx dropped Giant it would not be properly reacquired on exit from the routine, later resulting in panics indicating Giant is not held (when it should be). The bug was not present in the original patch sent to pho, I wittingly added it just prior to the commit and only smoke-tested it. Reported by: pho END