exportfs: start filter in separate rendezvous group
This commit is contained in:
parent
bc18faccde
commit
f72da96f28
1 changed files with 1 additions and 1 deletions
|
@ -914,7 +914,7 @@ filter(int fd, char *cmd)
|
||||||
if(pipe(p) < 0)
|
if(pipe(p) < 0)
|
||||||
fatal("filter: pipe; %r");
|
fatal("filter: pipe; %r");
|
||||||
|
|
||||||
switch(rfork(RFNOWAIT|RFPROC|RFMEM|RFFDG)) {
|
switch(rfork(RFNOWAIT|RFPROC|RFMEM|RFFDG|RFREND)) {
|
||||||
case -1:
|
case -1:
|
||||||
fatal("filter: rfork; %r\n");
|
fatal("filter: rfork; %r\n");
|
||||||
case 0:
|
case 0:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue