]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
include: remove the filldir_t typedef
authorChristoph Hellwig <hch@lst.de>
Thu, 15 Feb 2024 06:53:59 +0000 (07:53 +0100)
committerCarlos Maiolino <cem@kernel.org>
Wed, 13 Mar 2024 07:48:37 +0000 (08:48 +0100)
Neither struct filldir, nor filldir_t is used anywhere in xfsprogs.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
include/platform_defs.h.in

index 64e7efdbff7dc27567bb854b6df5914b1950b72d..02b0e08b5a36c91216f968d051fae629d3198313 100644 (file)
@@ -25,8 +25,6 @@
 #include <libgen.h>
 #include <urcu.h>
 
-typedef struct filldir         filldir_t;
-
 /* long and pointer must be either 32 bit or 64 bit */
 #undef SIZEOF_LONG
 #undef SIZEOF_CHAR_P