On Wed, Dec 06, 2023 at 05:05:32PM +1100, Dave Chinner wrote:

> @@ -303,6 +303,7 @@ static void destroy_unused_super(struct super_block *s)
>       super_unlock_excl(s);
>       list_lru_destroy(&s->s_dentry_lru);
>       list_lru_destroy(&s->s_inode_lru);
> +     free_dlock_list_heads(&s->s_inodes);
>       security_sb_free(s);
>       put_user_ns(s->s_user_ns);
>       kfree(s->s_subtype);

Umm...  Who's going to do that on normal umount?


Reply via email to