From 26a0e060e4311028f8a86691fa6fae513a54a21c Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Mon, 22 Apr 2019 08:48:20 -0700 Subject: [PATCH] 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 Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- dmapi/src/suite1/cmd/make_rt_sparse.c | 2 +- ltp/fsstress.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dmapi/src/suite1/cmd/make_rt_sparse.c b/dmapi/src/suite1/cmd/make_rt_sparse.c index 14ee8a0d..13fd3676 100644 --- a/dmapi/src/suite1/cmd/make_rt_sparse.c +++ b/dmapi/src/suite1/cmd/make_rt_sparse.c @@ -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; diff --git a/ltp/fsstress.c b/ltp/fsstress.c index 450cf4f1..279da9f1 100644 --- a/ltp/fsstress.c +++ b/ltp/fsstress.c @@ -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; -- 2.30.2