[Bug 88555] [panic] ffs_blkfree: freeing free frag on AMD 64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.