- 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 2006-01-30 08:24:14 +00:00
parent 4a759adfc8
commit af5f248494

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) {