On Mon, Aug 19, 2024 at 08:23:41AM GMT, Christoph Hellwig wrote: > On Mon, Aug 19, 2024 at 08:12:16AM -0700, Darrick J. Wong wrote: > > > > How about we just opencode ATTR_ENTRY in libfrog and then we can get rid > > of the libattr dependency for it and xfs_scrub? IIRC that's the only > > piece of libattr that those pieces actually need. > > We'd also have to switch from attrlist_ent to xfs_attrlist_ent > and maybe a few similar substitutions, but otherwise it should work. > > While we're at it, it might be worth to do the same for scrub and > get rid of the libattr dependency entirely. > > Sounds like a plan, I can work on that. Thanks for the reviews Carlos