From 55e8d28c0e5b3fac1af98562323fbf3bfad5f8fe Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Mon, 14 Jan 2002 19:45:03 +0000 Subject: [PATCH] Remove a bogus FILEDESC_UNLOCK. Submitted by: tanimura --- sys/kern/uipc_usrreq.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c index 546124dcf1ee..cc0586a7fd67 100644 --- a/sys/kern/uipc_usrreq.c +++ b/sys/kern/uipc_usrreq.c @@ -1075,7 +1075,6 @@ next: cm = NULL; } } - FILEDESC_UNLOCK(td->td_proc->p_fd); m_freem(control);