Remove spurious pfs_unlock().

PR:	kern/137310
Reviewed by:	des
MFC after:	3 days
This commit is contained in:
kib 2009-08-31 09:26:04 +00:00
parent 04fc72216c
commit 06073946fa

View File

@ -339,7 +339,6 @@ pfs_getextattr(struct vop_getextattr_args *va)
if (proc != NULL)
PROC_UNLOCK(proc);
pfs_unlock(pn);
PFS_RETURN (error);
}