Fixes the partition size for FAT.

BLKGETSIZE is in units of 512 bytes rather than bytes or the sector size
returned by BLKSSZGET. Use BLKGETSIZE64 instead, to get the block size
in bytes.

Also rename block_size to make it clearer that it's actually the size
of the whole block device.

Change-Id: I9eb6cd4394722f8624c6ac6368b6da31583f026e
Test: Create an new filesystem by newfs_msdos
1 file changed