]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Have the format resize twice. The first time is before we call
authormarcel <marcel@FreeBSD.org>
Thu, 15 May 2014 00:48:05 +0000 (00:48 +0000)
committermarcel <marcel@FreeBSD.org>
Thu, 15 May 2014 00:48:05 +0000 (00:48 +0000)
commit20d78d563e552823b4a01d04199b8027ef3a3447
tree5b62098fb89e41128b33b30ba7d05edcf606c10d
parent5a1f714ca69a7dd25f08a50a3974688054c6c205
Have the format resize twice. The first time is before we call
scheme_write(). The second time is immediately before we call
the format's write function. The first call is needed to have
the scheme know the right image size. The second call is needed
to compensate for the scheme adjusting the size while writing.
format.c