does this work?
"Jeff Goldszer" <[email protected]>
| Newsgroups | gmane.linux.kernel.streams |
|---|---|
| Message-ID | <[email protected]> |
I am in the middle of trouble shooting an issue in LiS 2.18 (more on
that in my next email).
Doing code inspections - I found this in lis_qdetach.
/*
* SVR4 STREAMS manual says to ignore close routine in the wq
structure.
*/
if (!LIS_CHECK_Q_MAGIC(rq) || !LIS_CHECK_Q_MAGIC(wq))
{
lis_unfreezestr(rq) ;
return ; /* lose the memory */
}
Why is this code unfreezing an invalid queue structure? What is
this supposed to do?
Jeff Goldszer
Senior Software Engineer
Alebra Technologies
9915 66th Avenue
Apartment 2C
Rego Park, NY 11374
Phone: 718-606-8535
FAX: 718-606-8536