Add back fdrop() missed in r281726.

MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
trasz 2015-04-19 07:35:18 +00:00
parent a33347cf10
commit de45bc6d3c

View File

@ -161,6 +161,7 @@ linux_common_open(struct thread *td, int dirfd, char *path, int l_flags, int mod
PROC_UNLOCK(p);
sx_sunlock(&proctree_lock);
}
fdrop(fp, td);
}
done: