K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2000-11-04T21:55:25.000000Z K 7 svn:log V 323 Change the sf_bufs wakeups to be wakeup_one(), because we don't want to wakeup all of the sleeping threads when we free only one buffer. This avoids us having to needlessly try again (and fail, and go back to sleep) for all the threads sleeping. We will now only wakeup the thread we know will succeed. Reviewed by: green END