| commit | 5ca7467fe86071dfaed6b4dd99daea992229fb31 | [log] [tgz] |
|---|---|---|
| author | Eric Sandeen <esandeen@redhat.com> | Wed Nov 10 09:38:10 2021 -0800 |
| committer | Darrick J. Wong <djwong@kernel.org> | Tue Nov 23 17:43:48 2021 -0800 |
| tree | c8b183bdcb20f3a983781112c19c2107c565b91c | |
| parent | f7311f1841146dcfd92a5749a3c6bfed60a3c067 [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 <sandeen@redhat.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org>