On Fri, Sep 04, 2020 at 09:53:28AM +0200, Carlos Maiolino wrote: > On Thu, Sep 03, 2020 at 06:18:59PM +0200, Carlos Maiolino wrote: > > xfs_attr_sf_totsize() requires access to xfs_inode structure, so, once > > xfs_attr_shortform_addname() is its only user, move it to xfs_attr.c > > instead of playing with more #includes. > > > > Signed-off-by: Carlos Maiolino <cmaiolino@xxxxxxxxxx> > > --- > > > > Changelog: > > V2: > > - keep macro comments above inline functions > > V3: > > - Add extra spacing in xfs_attr_sf_totsize() > > - Fix open curling braces on inline functions > > - use void * casting on xfs_attr_sf_nextentry() > > V4: > > - Fix open curling braces > > - remove unneeded parenthesis > > > > hmmm, my apologies Darrick, looks like my ctrl+c/ctrl+v on the msgid tricked me > This patch was supposed to be sent as in-reply-to the v3 4/4, looks like I sent > it to the wrong id. Do you want me to resend everything? Again, my apologies for > the confusion. Nah, I already RVB'd it. --D > -- > Carlos >