On Sun, Feb 09, 2020 at 01:14:18PM +0530, Chandan Rajendra wrote: > > +/* > > + * Define how lists of attribute names are returned to the user from > > + * the attr_list() call. A large, 32bit aligned, buffer is passed in > > + * along with its size. We put an array of offsets at the top that each > > + * reference an attrlist_ent_t and pack the attrlist_ent_t's at the bottom. > > In the above comment, 'attrlist_ent_t' should be replaced with 'struct > xfs_attrlist_ent'. Fixed, thanks.