MFC r304231:
authorkib <kib@FreeBSD.org>
Tue, 23 Aug 2016 07:54:14 +0000 (07:54 +0000)
committerkib <kib@FreeBSD.org>
Tue, 23 Aug 2016 07:54:14 +0000 (07:54 +0000)
commitc9e20f46e50a195b260fd60e06f117050633caab
tree57253074d05f6389b22bb715c1391f3757664d74
parenteea6f607460ea29f280bd8da2a68ae587a599730
MFC r304231:
On unwind after failed block allocation in ffs_balloc_ufs{1,2}, assert
that recorded allocated blocks numbers match the physical block numbers
of dandling buffers which are released.
When finally freeing the blocks during unwind, assert that dandling
buffers where not re-allocated.
sys/ufs/ffs/ffs_balloc.c