commit | 29f11fce211c7fcf32713457c031e71785fb6088 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <esandeen@redhat.com> | Tue Nov 09 18:18:50 2021 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Nov 10 09:37:38 2021 -0800 |
tree | b9f7a1abbaa086d9efdbacbc4c9c6c6d2b7786e5 | |
parent | 5b068aadf62da006891383f6b23e47bc3ad49995 [diff] |
xfs: #ifdef out perag code for userspace 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 <esandeen@redhat.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org>