mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
gefs: we need an agetv for the qgen on 32 bit systems
This commit is contained in:
parent
75ac2674de
commit
460b007c35
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ sync(void)
|
|||
* block out synchronously, or it may
|
||||
* get reused.
|
||||
*/
|
||||
logbarrier(a, fs->qgen);
|
||||
logbarrier(a, agetv(&fs->qgen));
|
||||
flushlog(a);
|
||||
|
||||
packarena(a->h0->data, Blksz, a);
|
||||
|
|
Loading…
Reference in a new issue