shithub: ext4srv

Download patch

ref: 9790e52108b1e347e31898261440688d7abdc6f2
parent: 5140e43ad849d962d2e2825b739b6efa7c66b362
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Mon Jan 18 06:03:55 EST 2021

revert previous change, it broke everything

--- 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;