Back out 1.160, which was committed by mistake.
This commit is contained in:
parent
d7a1c7e34b
commit
ac34dc4e79
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124399
@ -258,7 +258,6 @@ pipe(td, uap)
|
||||
FILEDESC_LOCK(fdp);
|
||||
if (fdp->fd_ofiles[td->td_retval[0]] == rf) {
|
||||
fdp->fd_ofiles[td->td_retval[0]] = NULL;
|
||||
fdunused(fdp, td->td_retval[0]);
|
||||
FILEDESC_UNLOCK(fdp);
|
||||
fdrop(rf, td);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user