Add back fdrop() missed in r281726.
MFC after: 1 month Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a33347cf10
commit
de45bc6d3c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user