Upstream released v1.30 (ad65116 on 2026-04-16 per the scoutfs tag).
The CI's daily cron picked the new tag and failed because our patch
series targeted v1.29.
Rebase was clean: scoutfs v1.30's diff against v1.29 touches btree,
forest, quota, totl, triggers, wkic, and xattr — none of the files
our series modifies. No daemon, Makefile, or packaging changes;
this is a pure retag.
git checkout v1.30
git am --3way <the three existing patches> # clean apply
git format-patch v1.30..HEAD
Base bumped: v1.29 -> v1.30.