From: Darrick J. Wong Date: Fri, 12 Nov 2021 20:20:04 +0000 (-0500) Subject: xfs: sync xfs_btree_split macros with userspace libxfs X-Git-Tag: v5.14.0-rc1~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26a5d257c87741f7e342fc266973cae32403cd64;p=thirdparty%2Fxfsprogs-dev.git xfs: sync xfs_btree_split macros with userspace libxfs Source kernel commit: 4a6b35b3b3f28df81fea931dc77c4c229cbdb5b2 Sync this one last bit of discrepancy between kernel and userspace libxfs. Signed-off-by: Darrick J. Wong Reviewed-by: Eric Sandeen Signed-off-by: Eric Sandeen --- diff --git a/libxfs/xfs_btree.c b/libxfs/xfs_btree.c index 9caff949f..8455f26a7 100644 --- a/libxfs/xfs_btree.c +++ b/libxfs/xfs_btree.c @@ -2868,9 +2868,9 @@ xfs_btree_split( destroy_work_on_stack(&args.work); return args.result; } -#else /* !KERNEL */ +#else #define xfs_btree_split __xfs_btree_split -#endif +#endif /* __KERNEL__ */ /*