commit | 00816759337cd28bc5290a24dcb527fd9d30680e | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jul 05 10:29:55 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jul 05 10:29:55 2019 -0700 |
tree | 104cbe5b7756cb55eb46a6610ec23b5e6309291f | |
parent | 3addd248800c0d278900c064e54e611ae505c622 [diff] |
xfs: refactor attr scrub memory allocation function Move the code that allocates memory buffers for the extended attribute scrub code into a separate function so we can reduce memory allocations in the next patch. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>