Remove redundant unlock.
This code was removed from the opensolaris and darwin's netsmb implementations, in DfBSD it also has been disabled. PR: 36566, 87859, 139407, 161579, 175557, 178412, 186652 MFC after: 2 weeks Sponsored by: Yandex LLC
This commit is contained in:
parent
9e9865b63f
commit
99143cd46c
@ -87,8 +87,6 @@ smb_iod_invrq(struct smbiod *iod)
|
||||
*/
|
||||
SMB_IOD_RQLOCK(iod);
|
||||
TAILQ_FOREACH(rqp, &iod->iod_rqlist, sr_link) {
|
||||
if (rqp->sr_flags & SMBR_INTERNAL)
|
||||
SMBRQ_SUNLOCK(rqp);
|
||||
rqp->sr_flags |= SMBR_RESTART;
|
||||
smb_iod_rqprocessed(rqp, ENOTCONN);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user