mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
committed by
Eryu Guan
parent
195a650883
commit
26a0e060e4
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user