search for: xmitq

Displaying 1 result from an estimated 1 matches for "xmitq".

Did you mean: xmits
2006 May 11
1
Re: [PATCH] smbfs: Fix slab corruption in samba error path
...h is the only place in smbfs where I found > ERESTARTSYS), I found the following: > > if (!timeleft || signal_pending(current)) { > /* > * On timeout or on interrupt we want to try and remove the > * request from the recvq/xmitq. > */ > smb_lock_server(server); > if (!(req->rq_flags & SMB_REQ_RECEIVED)) { > list_del_init(&req->rq_queue); > smb_rput(req); > } > s...