- Fix a bug where a FIFO vnode use count was increased twice, but only

decreased once.

MFC after:	1 week
This commit is contained in:
Ulf Lilleengen 2009-06-24 18:38:51 +00:00
parent b211588596
commit 7083246d7c

View File

@ -2741,7 +2741,6 @@ sysctl_kern_proc_ofiledesc(SYSCTL_HANDLER_ARGS)
case DTYPE_FIFO:
kif->kf_type = KF_TYPE_FIFO;
vp = fp->f_vnode;
vref(vp);
break;
case DTYPE_KQUEUE: