From: Christoph Hellwig Date: Mon, 15 Apr 2024 23:07:46 +0000 (-0700) Subject: libxfs: remove the unused fs_topology_t typedef X-Git-Tag: v6.8.0~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2cfab496d998371fa914963b9d3b325d5ff0657d;p=thirdparty%2Fxfsprogs-dev.git libxfs: remove the unused fs_topology_t typedef Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong --- diff --git a/libxfs/topology.h b/libxfs/topology.h index 1af5b054..3a309a4d 100644 --- a/libxfs/topology.h +++ b/libxfs/topology.h @@ -10,13 +10,13 @@ /* * Device topology information. */ -typedef struct fs_topology { +struct fs_topology { int dsunit; /* stripe unit - data subvolume */ int dswidth; /* stripe width - data subvolume */ int rtswidth; /* stripe width - rt subvolume */ int lsectorsize; /* logical sector size &*/ int psectorsize; /* physical sector size */ -} fs_topology_t; +}; void get_topology(