From: Eric Sandeen Date: Thu, 28 Apr 2022 19:39:04 +0000 (-0400) Subject: xfs: #ifdef out perag code for userspace X-Git-Tag: v5.16.0-rc0~2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4b49bebf7e8fc5d8adb59c3e2971c2b755803149;p=thirdparty%2Fxfsprogs-dev.git xfs: #ifdef out perag code for userspace Source kernel commit: 29f11fce211c7fcf32713457c031e71785fb6088 The xfs_perag structure and initialization is unused in userspace, so #ifdef it out with __KERNEL__ to facilitate the xfsprogs sync and build. Signed-off-by: Eric Sandeen Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong Signed-off-by: Eric Sandeen ---