]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs/frog: remove latform_find{raw,block}path
authorChristoph Hellwig <hch@lst.de>
Mon, 11 Dec 2023 16:37:22 +0000 (17:37 +0100)
committerCarlos Maiolino <cem@kernel.org>
Mon, 18 Dec 2023 13:57:48 +0000 (14:57 +0100)
commite634be8f18a0f01867f9651fd53f8b2431675d19
tree684ce842ad123d6a8f9d2f0bdb21f536a23f6324
parent74c77adf5d377dc0fdbb32d6c40f1d17724fc044
libxfs/frog: remove latform_find{raw,block}path

Stop pretending we try to distinguish between the legacy Unix raw and
block devices nodes.  Linux as the only currently support platform never
had them, but other modern Unix variants like FreeBSD also got rid of
this distinction years ago.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
libfrog/linux.c
libfrog/platform.h
libxfs/init.c