commit | 44f0b355f1925ac937ae5bb38fee5549110bea4d | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Mar 14 10:05:47 2023 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Mar 16 11:35:05 2023 -0700 |
tree | 430841393c5dac9b25983d059dd99537795c677a | |
parent | a133d21e931cbdcc0a50e5bab6925c4a2ec82757 [diff] |
xfs: log new xattr values for NVREPLACEXXX operations For NVREPLACEXXX operations, make it possible to log the old and new attr values, since this variant does VLOOKUP operations and we actually need both old and new values to be represented. Signed-off-by: Darrick J. Wong <djwong@kernel.org>