]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
If the filesystem size rounded up to a multiple of the block size
authorSam Leffler <sam@FreeBSD.org>
Thu, 18 Dec 2008 04:38:47 +0000 (04:38 +0000)
committerSam Leffler <sam@FreeBSD.org>
Thu, 18 Dec 2008 04:38:47 +0000 (04:38 +0000)
commit874edd6d059daed53e7b21fac5ea3579cee9ecac
tree0ef10e51d38194f8d3a430c6e5defae7b49c5684
parentef075ffc87bc5eb33094eca96846aaf72d4aec9f
If the filesystem size rounded up to a multiple of the block size
is larger than what a user specified then round down to get something
that works but wastes a little space.

This happens reliably for me when building filesystems for CF parts
>1G; not sure why noone else is complaining.
ffs.c