]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: create a predicate to determine if two xfs_names are the same
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:36 +0000 (11:37 -0700)
commit415b613307938244aceac7850491aa2135209778
treede115c9812c98211afc14bd370f50ec3cd6199bb
parent36da3ad5f15a2bc0cba28756e61e3adc3e936729
xfs: create a predicate to determine if two xfs_names are the same

Source kernel commit: d9c0775897147bab54410611ac2659a7477c770c

Create a simple predicate to determine if two xfs_names are the same
objects or have the exact same name.  The comparison is always case
sensitive.

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.h