]> xenbits.xensource.com Git - xen.git/commit
9pfsd: fix release build with old gcc
authorJan Beulich <jbeulich@suse.com>
Fri, 2 Aug 2024 06:44:22 +0000 (08:44 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 2 Aug 2024 06:44:22 +0000 (08:44 +0200)
commit984cb316cb27b53704c607e640a7dd2763b898ab
tree570ab1277fbc2b1cb458f3ceb3f7eacd15d37233
parente92a453c8db8bba62d6be3006079e2b9990c3978
9pfsd: fix release build with old gcc

Being able to recognize that "par" is reliably initialized on the 1st
loop iteration requires not overly old compilers.

Fixes: 7809132b1a1d ("tools/xen-9pfsd: add 9pfs response generation support")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
tools/9pfsd/io.c