mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
less chatty
This commit is contained in:
parent
c59c3b2112
commit
001dc1709b
1 changed files with 1 additions and 3 deletions
|
@ -762,10 +762,8 @@ newfid(int fid)
|
|||
|
||||
ff = 0;
|
||||
for(f = fids; f; f = f->next)
|
||||
if(f->fid == fid){
|
||||
fprint(2, "got fid %d busy=%d\n", fid, f->busy);
|
||||
if(f->fid == fid)
|
||||
return f;
|
||||
}
|
||||
else if(!ff && !f->busy)
|
||||
ff = f;
|
||||
if(ff){
|
||||
|
|
Loading…
Reference in a new issue