On 9/15/21 8:46 PM, Dave Chinner wrote:
From: Dave Chinner <dchinner@xxxxxxxxxx>
..
Hence kernel code written with RCU algorithms and atomic variables will just slot straight into the userspace xfsprogs code without us having to think about whether the lockless algorithms will work in userspace or not. This reduces glue and hoop jumping, and gets us a step closer to having the entire userspace libxfs code MT safe. Signed-off-by: Dave Chinner <dchinner@xxxxxxxxxx>
...
diff --git a/m4/Makefile b/m4/Makefile index c6c73dc9bbee..7312053039f4 100644 --- a/m4/Makefile +++ b/m4/Makefile @@ -24,6 +24,7 @@ LSRCFILES = \ package_services.m4 \ package_types.m4 \ package_icu.m4 \ + package_urcu.m4 \
This new m4 file is missing from the patchset, I think? Thanks, -Eric