commit | eec0482e0829eab1da1be693e524c889dc4b168c | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 17 21:37:45 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Oct 26 15:38:26 2017 -0700 |
tree | 8c445deb09846f1dd4a888cd5ddb20539b23515a | |
parent | df481968f33b613bffbf8775a412260e69b9e8d4 [diff] |
xfs: scrub extended attributes Scrub the hash tree, keys, and values in an extended attribute structure. Refactor the attribute code to use the transaction if the caller supplied one to avoid buffer deadocks. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>