On Mon, Sep 02, 2019 at 11:43:49AM +0800, Murphy Zhou wrote: > > +/* > > + * Backards compatibility for users of this header, now that the kernel > > + * removed these typedefs from xfs_fs.h. > > + */ > > +typedef struct xfs_bstat xfs_bstat_t; > > +typedef struct xfs_fsop_bulkreq xfs_fsop_bulkreq_t; > > +typedef struct xfs_fsop_geom_v1 xfs_fsop; > > Still got build failure about this one. > > Either change this line to: > > +typedef struct xfs_fsop_geom_v1 xfs_fsop_geom_v1_t; Yes, that is correct. I'm obviously not competent enough to send userspace patches :)