MFC r196689:

Remove spurious pfs_unlock().

Approved by:	re (rwatson)
This commit is contained in:
Konstantin Belousov 2009-09-05 13:10:54 +00:00
parent 45f395006c
commit a0ed3d8546

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);
}