commit | 0a2c19af44b95e6f5254fd9c9b6dda4ad85c4891 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Nov 14 14:46:38 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Nov 18 14:59:51 2024 -0800 |
tree | 0e3eb689b09f020eff8ddcd4724acd497e14ae85 | |
parent | c5a82cabe49af2c0dedea00db6ab4ed3e597dc3e [diff] |
xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlink If we need to reset a symlink target to the "durr it's busted" string, then we clear the zapped flag as well. However, this should be using the provided helper so that we don't set the zapped state on an otherwise ok symlink. Cc: <stable@vger.kernel.org> # v6.10 Fixes: 2651923d8d8db0 ("xfs: online repair of symbolic links") Signed-off-by: Darrick J. Wong <djwong@kernel.org>