summaryrefslogtreecommitdiff
path: root/sys/src/cmd/webfs/fs.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-08-22 03:06:50 +0200
committercinap_lenrek <cinap_lenrek@localhost>2011-08-22 03:06:50 +0200
commitdc14f6285dadf3b83be3b467d38f0f66d33578e3 (patch)
tree59638ac0c2cb82a4155d96286e59b65eaedeac9f /sys/src/cmd/webfs/fs.c
parent5f59367beb6ef75b67dad79c0f4a047a7b0a361a (diff)
fix iointerrupt use
Diffstat (limited to 'sys/src/cmd/webfs/fs.c')
-rw-r--r--sys/src/cmd/webfs/fs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/webfs/fs.c b/sys/src/cmd/webfs/fs.c
index 087390d72..ceb824598 100644
--- a/sys/src/cmd/webfs/fs.c
+++ b/sys/src/cmd/webfs/fs.c
@@ -515,6 +515,7 @@ fsflush(Req *r)
c = client[NUM(path)];
sendp(c->creq, r);
iointerrupt(c->io);
+ ioflush(c->io);
}
static void