]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
libxfs: remove the unused fs_topology_t typedef
authorChristoph Hellwig <hch@lst.de>
Mon, 15 Apr 2024 23:07:46 +0000 (16:07 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 17 Apr 2024 21:06:27 +0000 (14:06 -0700)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/topology.h

index 1af5b054947daae90345fd38ce4d18d14ed8687e..3a309a4dae05cae3e23d79171e748c1d446667fb 100644 (file)
 /*
  * 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(