On Wed, Mar 24, 2021 at 11:20:17AM -0700, Darrick J. Wong wrote: > > --- a/fs/xfs/xfs_inode.h > > +++ b/fs/xfs/xfs_inode.h > > @@ -54,6 +54,7 @@ typedef struct xfs_inode { > > /* Miscellaneous state. */ > > unsigned long i_flags; /* see defined flags below */ > > uint64_t i_delayed_blks; /* count of delay alloc blks */ > > + uint32_t i_projid; /* owner's project id */ > > Shouldn't this be prid_t to match the field removed from icdinode? Sure.