Remove the typedef usage for the xfs geometry structure, which will
be removed in future patch.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
int argc,
char **argv)
{
- xfs_fsop_geom_t geom;
+ struct xfs_fsop_geom geom;
struct fsxattr fsx;
struct dioattr dio;
char *pathname;
int errtag;
opty_t *freq_table;
int freq_table_size;
-xfs_fsop_geom_t geom;
+struct xfs_fsop_geom geom;
char *homedir;
int *ilist;
int ilistlen;