misc: xfs_fsop_geom_t -> struct xfs_fsop_geom

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>
This commit is contained in:
Darrick J. Wong
2019-04-22 08:48:20 -07:00
committed by Eryu Guan
parent 195a650883
commit 26a0e060e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ main(
int argc,
char **argv)
{
xfs_fsop_geom_t geom;
struct xfs_fsop_geom geom;
struct fsxattr fsx;
struct dioattr dio;
char *pathname;
+1 -1
View File
@@ -294,7 +294,7 @@ int errrange;
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;