venti: fix sync deadlock, add /proc stub
This commit is contained in:
parent
c5a183de10
commit
45ac814c86
20 changed files with 176 additions and 261 deletions
|
|
@ -173,8 +173,6 @@ writeqlump(Lump *u, Packet *p, int creator, uint ms)
|
|||
flat = packet2zblock(p, packetsize(p));
|
||||
ok = storeclump(mainindex, flat, u->score, u->type, creator, &ia);
|
||||
freezblock(flat);
|
||||
if(ok == 0)
|
||||
ok = insertscore(u->score, &ia, IEDirty);
|
||||
if(ok == 0)
|
||||
insertlump(u, p);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue