ref: 5140e43ad849d962d2e2825b739b6efa7c66b362
parent: f4991fab9f9f1f61895751bd20936e20815f5123
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Thu Jan 14 16:56:15 EST 2021
fix / not being writable (thanks echoline)
--- a/ext4srv.c
+++ b/ext4srv.c
@@ -178,7 +178,7 @@
incref(a->p);
a->type = Adir;
- a->path = strdup("");
+ a->path = strdup(".");
r->ofcall.qid = a->p->qidmask;
r->fid->qid = a->p->qidmask;
r->fid->aux = a;