commit | b5f3c6d4b5512623a4ee3766e470e36d1be4e709 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Mar 14 10:57:14 2023 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Mar 16 11:35:19 2023 -0700 |
tree | eeaae464c3bb84ade29aa573a03f04f9d799a6b8 | |
parent | 86d01519ca04686a1616c389800c0fc8f11a3613 [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>