- Remove a stale comment. This function was rewritten to be SMP safe some

time ago.

Sponsored by:	Isilon Systems, Inc.
This commit is contained in:
Jeff Roberson 2006-01-30 08:24:14 +00:00
parent d6791f7615
commit 3b77d80cdd

View File

@ -233,12 +233,6 @@ devfs_close(struct vop_close_args *ap)
* if the reference count is 2 (this last descriptor
* plus the session), release the reference from the session.
*/
/*
* This needs to be rewritten to take the vp interlock into
* consideration.
*/
oldvp = NULL;
sx_xlock(&proctree_lock);
if (td && vp == td->td_proc->p_session->s_ttyvp) {