commit | 66e3237e724c6650dca03627b40bb00a812d3f7a | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Dec 12 08:46:23 2018 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Dec 12 08:47:16 2018 -0800 |
tree | 84a31606547b538fb2e8fb4dd5b732f0444c53fb | |
parent | 02b100fb83f9b0f8719deef6c4ed973b4d9ce00c [diff] |
xfs: const-ify xfs_owner_info arguments Only certain functions actually change the contents of an xfs_owner_info; the rest can accept a const struct pointer. This will enable us to save stack space by hoisting static owner info types to be const global variables. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>