commit | a133d21e931cbdcc0a50e5bab6925c4a2ec82757 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Mar 14 10:05:46 2023 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Mar 16 11:35:05 2023 -0700 |
tree | 3709b385fc1c2c23ed0ef72dda4b02df3b1ccc2b | |
parent | ebdc533a9a315026d41d22a2454f8d7b9f6b811a [diff] |
xfs: log VLOOKUP xattr nvreplace operations If high level code wants to do a deferred xattr nvreplace operation with the VLOOKUP flag set, we need to push this through the log. To avoid breaking bisection in parent pointer code, we'll temporarily create a new NVREPLACEXXX flag that connects to the VLOOKUP flag. Signed-off-by: Darrick J. Wong <djwong@kernel.org>