On Thu, May 02, 2024 at 05:25:33PM -0500, John Groves wrote: > On 24/05/02 07:17PM, Al Viro wrote: > > On Mon, Apr 29, 2024 at 12:04:23PM -0500, John Groves wrote: > > > Famfs needs a slightly different kill_super variant than already existed. > > > Putting it local to famfs would require exporting d_genocide(); this > > > seemed a bit cleaner. > > > > What's wrong with kill_litter_super()? > > I struggled with that, I don't have my head fully around the superblock > handling code. Fyi, see my other mail where I point out what's wrong and one way to fix it.