shithub: unionfs

Download patch

ref: 9d7f037396f142636e116c2e9cab74bc3e6caaf8
parent: 49e25ef57b25cc952de1ab4b61f276c1706cd085
author: kvik <kvik@a-b.xyz>
date: Mon May 24 12:00:37 EDT 2021

Use a common error message for wailed walk

--- a/unionfs.c
+++ b/unionfs.c
@@ -303,7 +303,7 @@
 	st = fid->aux;
 	p = st->file;
 	if((f = filewalk(p, name)) == nil)
-		return "no file";
+		return "not found";
 	st->file = f;
 
 	fid->qid = f->qid;