code: mafs

Download patch

ref: dc27391f182ca42b6937671953bdeb639c787d8b
parent: 9d6dd137f507104276e42157ac86f34c0bb6f317
author: 9ferno <gophone2015@gmail.com>
date: Wed Oct 26 13:01:58 EDT 2022

use the service for the process name

--- a/9p.c
+++ b/9p.c
@@ -949,7 +949,7 @@
 		return;
 	}
 	procname = name;
-	snprint(name, 16, "mafs worker %d", id);
+	snprint(name, 16, "%s worker %d", service, id);
 	procsetname(name);
 	work(b, id);
 	if(chatty9p)