]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: create a static name for the dot entry too
authorDarrick J. Wong <djwong@kernel.org>
Mon, 22 Apr 2024 17:00:52 +0000 (10:00 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:35 +0000 (11:37 -0700)
commit36da3ad5f15a2bc0cba28756e61e3adc3e936729
tree540779e23b42446f51fa65a970b0900bd1132a6f
parentd3d1a2cb22fbab4781e53d9409676866df0ff759
xfs: create a static name for the dot entry too

Source kernel commit: e99bfc9e687e208d4ba7e85167b8753e80cf4169

Create an xfs_name_dot object so that upcoming scrub code can compare
against that.  Offline repair already has such an object, so we're
really just hoisting it to the kernel.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
libxfs/xfs_dir2.c
libxfs/xfs_dir2.h
repair/phase6.c