On Wed, Aug 09, 2023 at 09:38:13AM +0200, Christian Brauner wrote: > For filesystems on the new mount api it's always nice if the rules > can simply be made: > > * prior to sget_fc() succeeding fc->s_fs_info and freed in fs_context_operations->free() > * after sget_fc() succeeding fc->s_fs_info transfered to sb->s_fs_info and freed in fs_type->kill_sb() Yes. I've been wanting to write this down somewhere, but I can't really think of a good place.