]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Unbreak makefs -t cd9660 after r289687
authorEnji Cooper <ngie@FreeBSD.org>
Wed, 21 Oct 2015 12:54:15 +0000 (12:54 +0000)
committerEnji Cooper <ngie@FreeBSD.org>
Wed, 21 Oct 2015 12:54:15 +0000 (12:54 +0000)
commit42afd55d1e0412eefee82487688a5eab151df998
tree9fdb48b1081c5881ba002f6ba07ef747f08632dd
parentb73321f086d1522ffe8d0fb9639bdea5d0f5ad46
Unbreak makefs -t cd9660 after r289687

buffer_head needs to be freed -- not buffer

Detected by jemalloc, i.e. running makefs failed the arena assert
because my copy of malloc on CURRENT is compiled with the default
!MALLOC_PRODUCTION asserts on

Pointyhat to: ngie
PR: 203647
X-MFC with: r289687
Sponsored by: EMC / Isilon Storage Division
usr.sbin/makefs/cd9660/cd9660_write.c