[Bug 88555] [panic] ffs_blkfree: freeing free frag on AMD 64

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 19 Jun 2021 08:15:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=88555

--- Comment #3 from Graham Perrin <grahamperrin@gmail.com> ---
<https://cgit.freebsd.org/src/commit/sys/ufs/ffs/ffs_alloc.c?id=43a3cc779674665ddc928181d210eba4bb7230c4>
(2011-06-15): 

> Ensure that filesystem metadata contained within persistent snapshots
> is always kept consistent.

In that commit, what was:

panic("ffs_blkfree: freeing free frag");

– became: 

panic("ffs_blkfree_cg: freeing free frag");

-- 
You are receiving this mail because:
You are the assignee for the bug.