On Tue, Jun 18, 2024 at 11:17:20PM -0700, Christoph Hellwig wrote: > > +++ b/common/parent > > Should the file and functions have an xfs_ prefix as it's all about > xfs parent pointers, which won't be portable to other file systems? > Or maybe just merge it into common/xfs? I've been trying not to add to the clutter in common/xfs -- except for the three parent pointers tests, nobody else needs those helpers. I don't want to make every xfs fstest parse that stuff. I'll prefix the pptr helpers though. --D